- bump
engine.io-client
- bump
engine.io-client
- bump
engine.io-client
- bump
engine.io-client
- README: fix typos [kylestev, lu-zero]
- test: use TLSv1
- compatible with socket.io 1.4.5
- bump
engine.io-client
- fix event type when emitting ack with binary data [cirocosta]
- don't reuse same namespace connections
- fix handling of disconnection while in
opening
state - add ping and pong events
- improve cleanup on
Manager
- bump
engine.io-client
. - fix back-off calculation
- code quality improvements [civanyp]
- compatible with socket.io 1.3.7
- bump
engine.io-client
- fix wrong reconnection state
- change package name to "io.socket"
- bump
engine.io-client
.
- make Socket.events protected [icapurro]
- fix readyState check on Manager#open
- change IO.socket(URI) not to throw URISyntaxException
- bump
engine.io-client
. - fix timeout option
- fix NullPointerException on ack
- bump
engine.io-client
. - enhance parser decode [niqo01]
- add a wrong event name check
- add setDefaultHostnameVerifier method
- fix error on reconnection attemps
- bump
engine.io-client
. - fix program doesn't terminate when closing socket before eatablishing connection.
- compatible with socket.io 1.3.2
- bump
engine.io-client
. - added
Socket#id()
pointing to session id - add exponential backoff with randomization
- reset reconnection attempts state after a successul connection
- fix binary arguments in emit with ack [AlfioEmanueleFresta]
- compatible with socket.io 1.2.0
- bump
engine.io-client
. - fix reconnection after reconnecting manually
- enable to stop reconnecting
- enable to reconnect manually
- add
Socket#connected()