don't attempt a socket tear down, the shutdown of the ioService should clean these up;

pull/33/head
Bryan Biedenkapp 3 years ago
parent 220ad671ac
commit 8c15cb5b50

@ -129,11 +129,6 @@ namespace network
}
m_completed = true;
if (m_connection != nullptr) {
m_connection->stop();
}
m_ioContext.stop();
wait();

Loading…
Cancel
Save

Powered by TurnKey Linux.