mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
* Make several packets not asynchronous (such as AgentUpdate). In theory, all fast returning packet handling methods should not be asynchronous. Ones that wait on an external resource or a long held lock, should be asynchronous.