compatible with 0.6.2

This commit is contained in:
Naoyuki Kanezawa
2013-06-22 13:38:54 +09:00
parent 5e237ec47d
commit 2465d35e50
5 changed files with 65 additions and 19 deletions

View File

@@ -34,6 +34,9 @@ socket = new Socket("ws://localhost") {
@Override
public void onclose() {}
@Override
public void onerror(Exception err) {}
};
socket.open();
```