| 46 | } |
| 47 | |
| 48 | void onReceived(const void* buffer, size_t size) override |
| 49 | { |
| 50 | std::cout << "Incoming: " << std::string((const char*)buffer, size) << std::endl; |
| 51 | } |
| 52 | |
| 53 | void onError(int error, const std::string& category, const std::string& message) override |
| 54 | { |
nothing calls this directly
no outgoing calls
no test coverage detected