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

@@ -57,7 +57,7 @@
<dependency> <dependency>
<groupId>com.github.nkzawa</groupId> <groupId>com.github.nkzawa</groupId>
<artifactId>engine.io-client</artifactId> <artifactId>engine.io-client</artifactId>
<version>0.1.0-SNAPSHOT</version> <version>0.1.1-snapshot</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>

View File

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