Skip to content

Commit 63eefa2

Browse files
docs: socket.io 3.x support notice (#639)
Inform users that socket.io 3.x is not supported yet.
1 parent 4bcbba4 commit 63eefa2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ compile ('io.socket:socket.io-client:1.0.0') {
3939
The current version of socket.io-client-java doesn't support socket.io server 1.x.
4040
Please use socket.io-client-java 0.9.x for that instead.
4141

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+
4247
## Usage
4348
Socket.IO-client Java has almost the same api and features with the original JS client. You use `IO#socket` to initialize `Socket`:
4449

0 commit comments

Comments
 (0)