| 51 | } |
| 52 | |
| 53 | void onWSReceived(const void* buffer, size_t size) override |
| 54 | { |
| 55 | std::cout << "Incoming: " << std::string((const char*)buffer, size) << std::endl; |
| 56 | } |
| 57 | |
| 58 | void onDisconnected() override |
| 59 | { |
nothing calls this directly
no outgoing calls
no test coverage detected