v0.5.0-dev.30
Pre-release
Pre-release
Changed
- BREAKING: The underlying package
holochain_websocket
changed. All websockets in this client follow the newconnect
function and take a socket address that implementsToSocketAddr
instead of a URLString
. Examples for the new parameter are"localhost:30000"
and([127.0.0.1], 30000)
. See traitToSocketAddr
.