- package: bumped
engine.io-client
to0.6.1
- socket: clear timer after sending one noop packet (fixes #174)
- clear all timers on socket close
- sending error on transport creation upon a bad request
- added test for client-side buffer cleanup
- changed flushComplete to flush
- ended support for node 0.6
- polling: implemented new parser
- test writeBuffer isn't cleared onError, removed 'closing' check in .flush()
- fixed bug89 and added tests: writeBuffer not flushed until nextTick
- package: bumped
engine.io-client
to0.4.3
- Only end upgrade socket connections if unhandled
- Fix websocket dependency
- Close socket if upgrade is received and socket.readyState != open
- package: bumped versions
- Fixed bugs in previous send callback fix and updated test cases
- Added a test case which makes the code before the send callback fix fail
- socket: emit
data
event (synonym withmessage
) - socket: added
Socket#write
- engine.io: cleanup
- engine.io: deprecated
resource
npm docs engine.io
works now
- package: bumped
engine.io-client
withclose
fixes - add packetCreate event [jxck]
- add packet event to socket [jxck]
- transport: remove
Connection
headers and let node handle it - server: send validation failure reason to clients
- engine: invoking as a function causes attach
- socket: reset
writeBuffer
before send
- package: bumped
engine.io-client
- package: bumped engine.io-client
- examples: added first example
- package: bumped
engine.io-client
[skipped]
- package: reverted last commit - we use the parser from the client
- package:
engine.io-client
moved todevDependencies
- socket: added missing jsdoc
- socket: fixed check interval clearing [joewalnes]
- transports: improved instrumentation
- socket: improve check interval for upgrade
- socket: faster upgrades (we perform a check immediately)
- server: don't assume sid is numeric
- socket:
writeBuffer
now gets sliced, and is recoverable afterclose
[afshinm] - server: expect ping from client and send interval with handshake [cadorn]
- polling-jsonp: prevent client breakage with utf8 whitespace
- socket: fix
flush
anddrain
events - socket: add
send
callback [afshinm] - transport: avoid unhandled error events for stale transports
- README: documentation improvements [EugenDueck]
- server: remove buffering for flash policy requests
- transport: avoid unhandled error events for stale transports (fixes #69)
- readme: documented
toString
behavior onsend
[EugenDueck]
- polling-xhr: skip Keep-Alive when it's implied [EugenDueck]
- polling-jsonp: skip Keep-Alive when it's implied [EugenDueck]
- README: added plugins list with engine.io-conflation
- socket: added flush/drain events (fixes #56)
- server: avoid passing websocket to non-websocket transports (fixes #24)
- Bumped client
- test: added closing connection test
- server: implemented stronger id generator with collision detection
- Fixed a jsonp bug in Nokia mobile phones and potentially other UAs.
- Fixed errors when a socket is closed while upgrade probe is happening.
- Improved WS error handling
- Replaced websocket.io with ws, now that it supports older drafts
- README fixes
- Initial release.