mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 00:32:45 +03:00
feat(net): implement more of NetClient::Disconnect
This commit is contained in:
parent
b925836c2c
commit
3e0a586238
@ -203,8 +203,7 @@ void NetClient::Disconnect() {
|
|||||||
|
|
||||||
serverConnection->Disconnect();
|
serverConnection->Disconnect();
|
||||||
|
|
||||||
// TODO
|
this->m_netEventQueue->Clear();
|
||||||
// this->m_netEventQueue->Clear();
|
|
||||||
|
|
||||||
serverConnection->Release();
|
serverConnection->Release();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user