Skip to content

Commit 5e010bd

Browse files
add a note regarding Socket.IO 3.0 support in progress #nolog
1 parent 104d5dd commit 5e010bd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/intro.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ The example that follows shows a simple Python client:
4545
Client Features
4646
---------------
4747

48-
- Can connect to other Socket.IO compliant servers besides the one in
49-
this package.
48+
- Can connect to other Socket.IO servers that are compatible with the
49+
JavaScript Socket.IO 1.x and 2.x releases. Work to support release 3.x is in
50+
progress.
5051
- Compatible with Python 3.5+.
5152
- Two versions of the client, one for standard Python and another for
5253
asyncio.
@@ -125,8 +126,9 @@ Uvicorn web server:
125126
Server Features
126127
---------------
127128

128-
- Can connect to servers running other compliant Socket.IO clients besides
129-
the one in this package.
129+
- Can connect to servers running other Socket.IO clients that are compatible
130+
with the JavaScript client versions 1.x and 2.x. Work to support the 3.x
131+
release is in progress.
130132
- Compatible with Python 3.5+.
131133
- Two versions of the server, one for standard Python and another for
132134
asyncio.

0 commit comments

Comments
 (0)