| 28 | } |
| 29 | |
| 30 | void onWSDisconnected() override |
| 31 | { |
| 32 | std::cout << "Chat WebSocket session with Id " << id() << " disconnected!" << std::endl; |
| 33 | } |
| 34 | |
| 35 | void onWSReceived(const void* buffer, size_t size) override |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected