paritytech / jsonrpc

Rust JSON-RPC implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate to soketto for Websocket dependency

Xanewok opened this issue · comments

Right now we use (unmaintained) websocket dependency that pulls older versions of hyper (0.10) and tokio (0.1). The soketto dependency is transport-agnostic and so should help reduce the dependency bloat.

Blocked by #603 (migration to futures v0.3).

Addressing this will probably also close #158.