We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bcbba4 commit 63eefa2Copy full SHA for 63eefa2
README.md
@@ -39,6 +39,11 @@ compile ('io.socket:socket.io-client:1.0.0') {
39
The current version of socket.io-client-java doesn't support socket.io server 1.x.
40
Please use socket.io-client-java 0.9.x for that instead.
41
42
+#### Socket.IO Server 3.x not suppported
43
+
44
+The current version of socket.io-client-java doesn't support socket.io server 3.x.
45
+Please use the lastest version of socket.io 2.x: [socket.io 2.3.0](https://www.npmjs.com/package/socket.io/v/2.3.0)
46
47
## Usage
48
Socket.IO-client Java has almost the same api and features with the original JS client. You use `IO#socket` to initialize `Socket`:
49
0 commit comments