From fb3b66115ea7220d59ad307c42110b7ec45a172a Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Fri, 15 May 2015 22:47:15 -0400 Subject: [PATCH] Fix #74 thanks to @Nabla128k --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 9a20e0b..2b25451 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,8 @@ socketIO-client =============== Here is a `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 `_, which is not backwards compatible. If you want to communicate using `socket.io protocol 0.9 `_ (e.g. `gevent-socketio `_), please use `socketIO-client 0.5.5 `. + Installation ------------