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
16c64437d3
socketIO-client
/
socketIO_client
History
Download ZIP
Download TAR.GZ
Sean Arietta
16c64437d3
Medium-sized refactor. Converted all methods away from old 'code' paradigm to use the PacketType and MessageType enums directly
2014-12-22 17:43:42 -08:00
..
__init__.py
Medium-sized refactor. Converted all methods away from old 'code' paradigm to use the PacketType and MessageType enums directly
2014-12-22 17:43:42 -08:00
exceptions.py
Fixes
#24
2013-11-06 09:57:28 -08:00
parser.py
Added support for websockets via upgrade paradigm. Also added support for series of packets in responses rather than assuming single packets each time. Added support for all message fields in socket.io protocol
2014-12-22 16:29:58 -08:00
tests.py
Exit the loop if the client wants to disconnect;
fixes
#30
2013-11-18 10:43:31 -08:00
transports.py
Medium-sized refactor. Converted all methods away from old 'code' paradigm to use the PacketType and MessageType enums directly
2014-12-22 17:43:42 -08:00