Expand description
WebSocket Client implementation for dartboard.
Runs a dedicated tokio runtime on its own OS thread. The runtime owns the
ws read/write halves and two bridging channels so the sync Client trait
(try_recv / submit_op) can talk to the async transport without forcing the
caller into tokio.
Structs§
- Hello
- The same Hello shape [
dartboard_local::Hello] uses; defined here to avoid a server dep from the client-ws crate. - Websocket
Client