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
fa454b5950
socketIO-client
/
socketIO_client
History
Download ZIP
Download TAR.GZ
Marcus Cobden
fa454b5950
Catch AttributeError in client connected check
...
If the client has never connected, there will be no __transport attribute.
2013-12-23 13:46:37 +00:00
..
__init__.py
Catch AttributeError in client connected check
2013-12-23 13:46:37 +00:00
exceptions.py
Fixes
#24
2013-11-06 09:57:28 -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
Fixed calling on_connect() so that it is called only once;
fixes
#31
2013-11-20 08:07:12 -08:00