Files
oak-gpui/server/src
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
..
2021-09-04 17:02:20 +02:00
2021-09-02 16:05:34 +02:00
2021-07-12 14:14:39 -06:00
2021-09-04 17:02:20 +02:00