mirror of
https://github.com/amnezia-vpn/OpenVPNAdapter.git
synced 2026-05-17 08:15:45 +03:00
log timeout
This commit is contained in:
@@ -656,7 +656,9 @@ namespace openvpn {
|
||||
server_poll_timer.async_wait([self=Ptr(this), gen=generation](const openvpn_io::error_code& error)
|
||||
{
|
||||
OPENVPN_ASYNC_HANDLER;
|
||||
OPENVPN_LOG("server_poll_callback error " << *error);
|
||||
if (error) {
|
||||
OPENVPN_LOG("error when async_wait");
|
||||
}
|
||||
self->server_poll_callback(gen, error);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user