Browse Source

fixed msg inv.

Nicolas Cannasse 18 năm trước cách đây
mục cha
commit
8c271cf44d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/haxe/remoting/FlashJsConnection.hx

+ 1 - 1
std/haxe/remoting/FlashJsConnection.hx

@@ -36,7 +36,7 @@ class FlashJsConnection extends haxe.remoting.AsyncConnection {
 				onData(v.r);
 		});
 		haxe.Timer.delayed(function() {
-			pendingCalls.pop()();
+			pendingCalls.shift()();
 		},0)();
 	}