Struct sota::gateway::websocket::Websocket
[−]
[src]
pub struct Websocket { pub server: String, pub clients: Arc<Mutex<HashMap<Token, WsSender>>>, }
The Websocket
gateway allows connected clients to listen to Event
s that
happen in the SOTA client.
Fields
server | |
clients |