| 20 | |
| 21 | protected: |
| 22 | void onReceived(const void* buffer, size_t size) override |
| 23 | { |
| 24 | // Resend the message back to the client |
| 25 | SendAsync(buffer, size); |
| 26 | } |
| 27 | |
| 28 | void onError(int error, const std::string& category, const std::string& message) override |
| 29 | { |
nothing calls this directly
no outgoing calls
no test coverage detected