mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Applying Ahzzmandius' second patch from bug 701.
ClientView triggers OnClose event before flushing packetqueue. Thank sAhzzmandius!
This commit is contained in:
@@ -182,7 +182,7 @@ namespace OpenSim.Region.ClientStack
|
||||
return SendQueue.Dequeue();
|
||||
}
|
||||
|
||||
private void Flush()
|
||||
public void Flush()
|
||||
{
|
||||
lock (this)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user