| 79 | } |
| 80 | |
| 81 | void onError(int error, const std::string& category, const std::string& message) override |
| 82 | { |
| 83 | std::cout << "TCP client caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 84 | ++total_errors; |
| 85 | } |
| 86 | |
| 87 | protected: |
| 88 | // Protocol handlers |
nothing calls this directly
no outgoing calls
no test coverage detected