You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Close the client connection in a goroutine. This fixes a bug that was
introduced with the upgrade to grpc v0.18.1. The caused the websocket
to freeze during closure when the client disconnected, and therefore
the entire wasm-client would freeze.
When closing the connection in a goroutine, the websocket is closed
correctly.
0 commit comments