From 0f3ad9bb45c724ada21ef5ba1d4b39c24e303156 Mon Sep 17 00:00:00 2001 From: Imran Abdulmalik <50753501+isoteriksoftware@users.noreply.github.com> Date: Tue, 8 Dec 2020 11:11:36 +0100 Subject: [PATCH] docs: socket.io 3.x support notice (2) (#640) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8a2f418..e5131fc 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ This is the Socket.IO v1.x and v2.x Client Library for Java, which is simply ported from the [JavaScript client](https://github.com/socketio/socket.io-client). +**Does not yet support Socket:IO v3.x, use v2.x instead!** + See also: - [Android chat demo](https://github.com/nkzawa/socket.io-android-chat)