Fixing client error messages.
This commit is contained in:
@@ -365,6 +365,12 @@ ClientThread::StartAsyncRead()
|
||||
GetContext().GetSessionData()->GetReceiveBuffer().StartAsyncRead(GetContext().GetSessionData());
|
||||
}
|
||||
|
||||
void
|
||||
ClientThread::CloseSession(boost::shared_ptr<SessionData> session)
|
||||
{
|
||||
throw NetException(__FILE__, __LINE__, ERR_SOCK_CONN_RESET, 0);
|
||||
}
|
||||
|
||||
void
|
||||
ClientThread::HandlePacket(boost::shared_ptr<SessionData> /*session*/, boost::shared_ptr<NetPacket> packet)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user