Be sure to generate a DID_LOGOFF event, and a few other bits.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4283 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -189,6 +189,13 @@ public class ClientDObjectMgr
|
||||
* messages that we have waiting in our queue.
|
||||
*/
|
||||
public function processNextAction (event :Event) :void
|
||||
{
|
||||
while (_actions.length > 0) {
|
||||
doNextAction();
|
||||
}
|
||||
}
|
||||
|
||||
protected function doNextAction () :void
|
||||
{
|
||||
// process the next event on our queue
|
||||
if (_actions.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user