Details
Details
- Modified client code to send AnonymousInitializationMessage instead of ConnectionInitializationMessage
- Verified that websocket session is started
- Verified that the device can receive messages
- Verified that sending a message from anonymous session results in receiving MessageSentStatus::Unauthenticated error.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
services/tunnelbroker/src/websockets/session.rs | ||
---|---|---|
37 ↗ | (On Diff #35958) | In this context, is_authenticated seems to make more sense to me, We can rename it any time later if we change our minds |