We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e6e89 commit 10c97cfCopy full SHA for 10c97cf
src/remote/inet.cpp
@@ -1839,7 +1839,11 @@ static void force_close(rem_port* port)
1839
**************************************/
1840
1841
if (port->port_async)
1842
- abort_aux_connection(port->port_async);
+ {
1843
+ rem_port* port_async = port->port_async;
1844
+ abort_aux_connection(port_async);
1845
+ port_async->force_close();
1846
+ }
1847
1848
if (port->port_state != rem_port::PENDING)
1849
return;
0 commit comments