Skip to content

Commit cc3867a

Browse files
committed
Call base class OnReceive
1 parent 4e9f62c commit cc3867a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

worldsock.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@ CWorldSocket::CWorldSocket(CMUSHclientDoc* pDoc)
2929

3030
void CWorldSocket::OnReceive(int nErrorCode)
3131
{
32-
33-
// CSocket::OnReceive(nErrorCode);
34-
3532
m_pDoc->ProcessPendingRead();
33+
CAsyncSocket::OnReceive(nErrorCode);
3634
}
3735

3836
void CWorldSocket::OnSend(int nErrorCode)

0 commit comments

Comments
 (0)