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