This website requires JavaScript.
Explore
Help
Sign in
jyapayne
/
socketIO-client
Watch
1
Star
0
Fork
You've already forked socketIO-client
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2361706c4e
socketIO-client
/
socketIO_client
History
Download ZIP
Download TAR.GZ
Sean Arietta
2361706c4e
Updated tests slightly for newer client implementation. Tests on 'message'-like methods have been removed as the newer paradigm considers message and events the same. Timeouts on the non-websocket transports have been lowered to enable faster tests. Explicit transports have been removed from constructors since that has also been removed from the code.
2014-12-23 02:24:52 -08:00
..
__init__.py
Updated implementation to allow callbacks and arg handling that is consistent with reference javascript implementation.
2014-12-23 02:19:41 -08:00
exceptions.py
Fixes
#24
2013-11-06 09:57:28 -08:00
parser.py
Added check to parser encoder to automatically encode json if the message data is not a string
2014-12-23 02:20:26 -08:00
tests.py
Updated tests slightly for newer client implementation. Tests on 'message'-like methods have been removed as the newer paradigm considers message and events the same. Timeouts on the non-websocket transports have been lowered to enable faster tests. Explicit transports have been removed from constructors since that has also been removed from the code.
2014-12-23 02:24:52 -08:00
transports.py
Updated implementation to allow callbacks and arg handling that is consistent with reference javascript implementation.
2014-12-23 02:19:41 -08:00