v2.6.1
Added
- You can now pass a
onheartbeattimeout
to the socket which will be called directly when a heartbeat timeout occurs. It will also still callondisconnect
once the socket is closed (which can take a few seconds for some browsers).
Fixed
- Fixed a NodeJS compatibility issue by no longer depending on
XMLHttpRequest
.