Skip to content

RPC v0.9.0

Compare
Choose a tag to compare
@tchap tchap released this 09 Nov 16:22
· 1 commit to master since this release

Summary

transports/websocket has been rewritten from scratch.

It uses github.com/sourcegraph/jsonrpc2 and github.com/gorilla/websocket now.

The transport package should be more robust. The code is much less
messy and it uses up-to-date packages.

The transport API is also changes. You can now pass multiple WebSocket
endpoint URLs and the auto-reconnect logic will use round-robin to
rotate between the URLs provided.

Commits

f4bba9c transport/websocket: Rewrite from scratch