| 62 | } |
| 63 | |
| 64 | void onError(int error, const std::string& category, const std::string& message) override |
| 65 | { |
| 66 | std::cout << "UDP client caught an error with code " << error << " and category '" << category << "': " << message << std::endl; |
| 67 | ++total_errors; |
| 68 | } |
| 69 | |
| 70 | private: |
| 71 | size_t _messages{0}; |
nothing calls this directly
no outgoing calls
no test coverage detected