mirror of
https://github.com/opensim/opensim.git
synced 2026-05-27 20:35:59 +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.