Gah, I tried to abort the last commit so I could make this change,

and instead my checkin message got mangled.

*clearing throat*
..So our old way of doing things was pointlessly waiting a frame to handle
network events.
We also ran object subscribe/unsubscribe requests through the same queue,
and now those are processed immediately. Everything seems ok, but let's
keep an eye out.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5016 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2008-04-23 18:07:59 +00:00
parent 19831db930
commit b367372dc6
@@ -374,9 +374,6 @@ public class ClientDObjectMgr
/** A reference to our client instance. */
protected var _client :Client;
/** Our primary dispatch queue. */
protected var _actions :Array = new Array();
/** All of the distributed objects that are active on this client. */
protected var _ocache :HashMap = new HashMap();