Removing SessionWrapper to prepare rejoin. This also improves dispatching network packets.
This commit is contained in:
@@ -366,7 +366,7 @@ ClientThread::StartAsyncRead()
|
||||
}
|
||||
|
||||
void
|
||||
ClientThread::CloseSession(boost::shared_ptr<SessionData> session)
|
||||
ClientThread::CloseSession(boost::shared_ptr<SessionData> /*session*/)
|
||||
{
|
||||
throw NetException(__FILE__, __LINE__, ERR_SOCK_CONN_RESET, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user