Fix #74 thanks to @Nabla128k
This commit is contained in:
parent
16b538d847
commit
fb3b66115e
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ socketIO-client
|
|||
===============
|
||||
Here is a `socket.io <http://socket.io>`_ client library for Python. You can use it to write test code for your socket.io server.
|
||||
|
||||
Please note that this version implements `socket.io protocol 1.x <https://github.com/automattic/socket.io-protocol>`_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 <https://github.com/learnboost/socket.io-spec>`_ (e.g. `gevent-socketio <https://github.com/abourget/gevent-socketio>`_), please use `socketIO-client 0.5.5 <https://pypi.python.org/pypi/socketIO-client/0.5.5>`.
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue