This commit is contained in:
2014-07-06 16:34:40 +04:00
parent 77c0b71ed7
commit d1d55a64f7
8 changed files with 75 additions and 36 deletions

View File

@@ -28,6 +28,7 @@ class NekoConnection extends BaseConnection {
try {
receive(packet);
} catch (error:Dynamic) {
trace(error);
handler.onError(error);
}
}