Skip to content

1.8.5

Choose a tag to compare

@cbaker6 cbaker6 released this 28 Jun 18:03
· 184 commits to main since this release
8dbb085

Full Changelog

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 named closedSocket() which provides the close code
    and reason the server closed the connection (#176), thanks to Corey Baker.