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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user