| 1 | //! `ChatServer` is an actor. It maintains a list of connection client sessions. |
| 2 | //! It also manages available rooms. Peers send messages to other peers in same |
| 3 | //! room through `ChatServer`. |
| 4 |
nothing calls this directly
no outgoing calls
no test coverage detected