mirror of
https://github.com/opensim/opensim.git
synced 2026-06-26 00:15:39 +08:00
* Stop the sim stats reporter reusing the same SimStatsPacket for all clients
* I believe this was the cause of the remaining packet_out_of_order messages in the Linden client logs * There were race conditions where multiple clientstacks would overwrite each other's sequence numbers
This commit is contained in:
@@ -625,7 +625,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
{
|
||||
}
|
||||
|
||||
public void SendSimStats(Packet pack)
|
||||
public void SendSimStats(SimStats stats)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user