use engine.io-client.java 0.1.1

This commit is contained in:
Naoyuki Kanezawa
2013-06-22 14:05:36 +09:00
parent 40a13b7882
commit fb876dee95
2 changed files with 4 additions and 1 deletions

View File

@@ -16,4 +16,7 @@ class Engine extends com.github.nkzawa.engineio.client.Socket {
@Override
public void onclose() {}
@Override
public void onerror(Exception err) {}
}