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