v2.6.1
Added
- You can now pass a
onheartbeattimeoutto the socket which will be called directly when a heartbeat timeout occurs. It will also still callondisconnectonce 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.