1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 24, 2024 — Nov 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed a typo bug. Also added better disconnect handling in the websockets send method More... almost 11 years ago
Added an event queue so that emitted events that failed can be automatically retried upon reconnection. Also fixed a potential infinite loop bug wrt reconnecting automatically More... almost 11 years ago
Added connection error handling for all send / recv related methods so that we can reconnect on all connection errors More... almost 11 years ago
Added more documentation More... almost 11 years ago
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. More... almost 11 years ago
Added check to parser encoder to automatically encode json if the message data is not a string More... almost 11 years ago
Updated implementation to allow callbacks and arg handling that is consistent with reference javascript implementation. More... almost 11 years ago
Added 4 space indents to server_tests.js. Also added less ambiguous method definitions for multiple arg methods More... almost 11 years ago
Updates to get XHR polling working correctly. Mostly encode/decode issues. More... almost 11 years ago
Client now attempts to reconnect forever on server disconnect and correctly reconnects More... almost 11 years ago
Implemented ack callbacks More... almost 11 years ago
Medium-sized refactor. Converted all methods away from old 'code' paradigm to use the PacketType and MessageType enums directly More... almost 11 years ago
Events are working on a per-namespace basis now More... almost 11 years ago
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 More... almost 11 years ago
Checkpoint for updates. Namespaces are working. Events are working. Reconnects working. Disconnects working. Need to implemenet ACKs / callbacks, WebSocket transport, and JSONP transport More... almost 11 years ago
Wrote basic connect() More... almost 11 years ago
Checkpoint More... almost 11 years ago
Use GET request to get pong More... almost 11 years ago
Add content-type More... almost 11 years ago
Use single quotes More... almost 11 years ago
Merge pull request #57 from jorgen-k/master More... almost 11 years ago
Working through parse error on send More... about 11 years ago
Experiment with socket.io 1.2.0 More... about 11 years ago
Update __init__.py More... about 11 years ago
Merge pull request #58 from antonzy/master More... about 11 years ago
Save experiments More... about 11 years ago
Version bump More... about 11 years ago
Migrate to 3.4 More... about 11 years ago
Migrate to 3.4 More... about 11 years ago
SSL Timeout error More... about 11 years ago