It's convenient to hold on to information about the
connected device in some way. This is a minor refactor to
move that context into it's own object.
Details
Details
nix develop (cd services/tunnelbroker && RUST_LOG=debug cargo run &) cd services/commtest && cargo test --test tunnelbroker_integration_test
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/tunnelbroker/src/websockets/session.rs | ||
---|---|---|
7 ↗ | (On Diff #26319) | Nit: Is there a reason why you have a fully qualified name here? Can't we e.g. use tokio::sync::mpsc; and then call it mpsc::UnboundedSender? |