Fixed client termination.
This commit is contained in:
@@ -52,6 +52,7 @@ ClientContext::~ClientContext()
|
|||||||
{
|
{
|
||||||
m_senderThread->SignalStop();
|
m_senderThread->SignalStop();
|
||||||
m_senderThread->WaitStop();
|
m_senderThread->WaitStop();
|
||||||
|
m_sessionData.reset();
|
||||||
}
|
}
|
||||||
|
|
||||||
SOCKET
|
SOCKET
|
||||||
|
|||||||
Reference in New Issue
Block a user