zed/zrpc
Max Brunsfeld b6eac57f63 Introduce a concrete Conn type for peer's websocket connection
This is mostly to set us up to test the rpc::Client's reconnect
logic.

There are multiple ways that the `rpc::Client` may establish
its websocket connection: (SSL in production, plain TCP during
local development, and using an in-memory connection for tests).
Now we can represent all of those connections using a common type.

Also, several long methods no longer need to be generic, which
is good for compile time.
2021-09-08 18:14:47 -07:00
..
proto Include sanitized message in SendChannelMessageResponse 2021-09-02 18:31:24 +02:00
src Introduce a concrete Conn type for peer's websocket connection 2021-09-08 18:14:47 -07:00
build.rs Rename zed-rpc to zrpc 2021-07-13 18:22:00 +02:00
Cargo.toml Rename zed-rpc to zrpc 2021-07-13 18:22:00 +02:00