openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
socketIO-client
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Nov 24, 2024 — Nov 24, 2025
Showing page 9 of 12
Search / Filter on:
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
Sean Arietta
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
Sean Arietta
More...
almost 11 years ago
Added connection error handling for all send / recv related methods so that we can reconnect on all connection errors
Sean Arietta
More...
almost 11 years ago
Added more documentation
Sean Arietta
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.
Sean Arietta
More...
almost 11 years ago
Added check to parser encoder to automatically encode json if the message data is not a string
Sean Arietta
More...
almost 11 years ago
Updated implementation to allow callbacks and arg handling that is consistent with reference javascript implementation.
Sean Arietta
More...
almost 11 years ago
Added 4 space indents to server_tests.js. Also added less ambiguous method definitions for multiple arg methods
Sean Arietta
More...
almost 11 years ago
Updates to get XHR polling working correctly. Mostly encode/decode issues.
Sean Arietta
More...
almost 11 years ago
Client now attempts to reconnect forever on server disconnect and correctly reconnects
Sean Arietta
More...
almost 11 years ago
Implemented ack callbacks
Sean Arietta
More...
almost 11 years ago
Medium-sized refactor. Converted all methods away from old 'code' paradigm to use the PacketType and MessageType enums directly
Sean Arietta
More...
almost 11 years ago
Events are working on a per-namespace basis now
Sean Arietta
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
Sean Arietta
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
Sean Arietta
More...
almost 11 years ago
Wrote basic connect()
Roy Hyunjin Han
More...
almost 11 years ago
Checkpoint
Sean Arietta
More...
almost 11 years ago
Use GET request to get pong
Roy Hyunjin Han
More...
almost 11 years ago
Add content-type
Roy Hyunjin Han
More...
almost 11 years ago
Use single quotes
Roy Hyunjin Han
More...
almost 11 years ago
Merge pull request #57 from jorgen-k/master
Roy Hyunjin Han
More...
almost 11 years ago
Working through parse error on send
Roy Hyunjin Han
More...
about 11 years ago
Experiment with socket.io 1.2.0
Roy Hyunjin Han
More...
about 11 years ago
Update __init__.py
Roy Hyunjin Han
More...
about 11 years ago
Merge pull request #58 from antonzy/master
Roy Hyunjin Han
More...
about 11 years ago
Save experiments
Roy Hyunjin Han
More...
about 11 years ago
Version bump
jorgen
More...
about 11 years ago
Migrate to 3.4
antonzy
More...
about 11 years ago
Migrate to 3.4
antonzy
More...
about 11 years ago
SSL Timeout error
jorgen
More...
about 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree