feat(net): implement remainder of WowConnection::DoDisconnect

This commit is contained in:
fallenoak 2025-10-10 19:52:31 -05:00
parent 48dc644076
commit 93edfe896e
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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();