1.8.5
Fixes
- Fixed a bug in LiveQuery when a close frame is sent from the server that resulted in closing
all running websocket tasks instead of the particular task the request was intended for. The fix
includes a new delegate method namedclosedSocket()
which provides the close code
and reason the server closed the connection (#176), thanks to Corey Baker.