use engine.io-client.java 0.1.1
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -57,7 +57,7 @@
|
||||
<dependency>
|
||||
<groupId>com.github.nkzawa</groupId>
|
||||
<artifactId>engine.io-client</artifactId>
|
||||
<version>0.1.0-SNAPSHOT</version>
|
||||
<version>0.1.1-snapshot</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
|
||||
@@ -16,4 +16,7 @@ class Engine extends com.github.nkzawa.engineio.client.Socket {
|
||||
|
||||
@Override
|
||||
public void onclose() {}
|
||||
|
||||
@Override
|
||||
public void onerror(Exception err) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user