Skip to content

v0.5.0-dev.30

Pre-release
Pre-release
Compare
Choose a tag to compare
@jost-s jost-s released this 11 Mar 17:54

Changed

  • BREAKING: The underlying package holochain_websocket changed. All websockets in this client follow the new connect function and take a socket address that implements ToSocketAddr instead of a URL String. Examples for the new parameter are "localhost:30000" and ([127.0.0.1], 30000). See trait ToSocketAddr.