| 34 | } |
| 35 | |
| 36 | void onSent(const asio::ip::udp::endpoint& endpoint, size_t sent) override |
| 37 | { |
| 38 | // Continue receive datagrams |
| 39 | ReceiveAsync(); |
| 40 | } |
| 41 | |
| 42 | void onError(int error, const std::string& category, const std::string& message) override |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected