mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
feat(net): implement remainder of WowConnection::DoDisconnect
This commit is contained in:
parent
48dc644076
commit
93edfe896e
@ -343,8 +343,7 @@ void WowConnection::DoDisconnect() {
|
|||||||
this->m_lock.Leave();
|
this->m_lock.Leave();
|
||||||
|
|
||||||
if (this->m_response && this->m_sock >= 0) {
|
if (this->m_response && this->m_sock >= 0) {
|
||||||
// TODO
|
this->m_response->WCDisconnected(this, OsGetAsyncTimeMsPrecise(), &this->m_peer);
|
||||||
// this->m_response->Vfunc4(this, OsGetAsyncTimeMsPrecise());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this->m_lock.Enter();
|
this->m_lock.Enter();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user