mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Applying Ahzzmandius' second patch from bug 701.
ClientView triggers OnClose event before flushing packetqueue. Thank sAhzzmandius!
This commit is contained in:
@@ -384,6 +384,7 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
// Pull Client out of Region
|
||||
m_log.Info("[CLIENT]: Close has been called");
|
||||
m_packetQueue.Flush();
|
||||
|
||||
//raiseevent on the packet server to Shutdown the circuit
|
||||
if (shutdownCircuit)
|
||||
|
||||
Reference in New Issue
Block a user