Proper destruction of sockets (crashed previously).
This commit is contained in:
@@ -53,6 +53,7 @@ ClientContext::~ClientContext()
|
||||
{
|
||||
m_senderThread->SignalStop();
|
||||
m_senderThread->WaitStop();
|
||||
m_senderThread.reset();
|
||||
m_sessionData.reset();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user