From the "1.x" branch.
- check the type of the initial packet (319f2e2)
- increase the readTimeout value of the default OkHttpClient (2d87497)
- increase the readTimeout value of the default OkHttpClient (fb531fa)
- check the type of the initial packet (2b5dfb9)
- compatible with engine.io 3.1.0
- update parser: no strict UTF8 check
- no UTF encodng for payloads which contains string only
- add
transportOptions
option
- compatible with engine.io 1.8.4
- add options for injecting OKHttpClient [@b95505017]
- emit data on
closing
state on onPacket as well - set default accept header
- update okhttp
- replace okhttp-ws with okhttp (#78) [@b95505017]
- fix IllegalStateException error of websocket [eckovation]
- fix NullPointerException [eckovation]
- update okhttp-ws [VicV]
- proxy support [Eugene-Kudelevsky]
- several code improvements [georgekankava]
- EventThread: log exceptions [Dominik Auf der Maur]
- EventThread: extend deamon property from parent thread [vach]
- Yeast: fix infinite loop bug [erikogenvik]
- WebSocket: close the web socket after sending a close frame [dave-r12]
- WebSocket: fix "must call close()" crash [chendrak]
- Polling: disconnect after closing stream/reader [wzurita]
- UTF8Exception: remove the data property
- test: use TLSv1
- compatible with engine.io 1.6.8
- bump okhttp-ws [b95505017]
- IPv6 support
- use better cache busting id
- add ping and pong events
- improve firing of drain in websocket transport
- bump okhttp-ws [b95505017]
- compatible with engine.io 1.5.4
- bump okhttp-ws [b95505017]
- check lone surrogate
- fix NPE of polling request on Android [ZeroBrain]
- change package name to "io.socket"
- change to take all HTTP HEADER values as lists
- fix NullPointerException
- bump okhttp-ws [b95505017]
- fix parsing url query
- replace WebSocket client with OkHttp WebSocket [b95505017]
- add the hostnameVerifier option [b95505017]
- fix EVENT_TRANSPORT event to fire upon a transport creation
- fix invalid transport null check
- set connect timeout for polling
- compatible with engine.io 1.5.1
- fix default port detection when host is specified
- add
Socket#id()
for retrievingid
- make
Socket.priorWebsocketSuccess
private
- compatible with engine.io 1.4.2
- fixed transport close deferring logic
- wait for buffer to be drained before closing