File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments