* Added /even more/ debugging messages to the UDP server to help people in resolving the Sakai issue. A few locks a few fixes, nothing that'll solve the problem in itself though.

This commit is contained in:
Teravus Ovares
2008-02-18 05:32:25 +00:00
parent 2c81e18fc3
commit 27afeaec74
2 changed files with 72 additions and 8 deletions

View File

@@ -476,6 +476,7 @@ namespace OpenSim.Region.ClientStack
{
//session/circuit not authorised
m_log.Info("[CLIENT]: New user request denied to " + m_userEndPoint.ToString());
m_packetQueue.Flush();
m_packetQueue.Close();
m_clientThread.Abort();
}