You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*_Contributing to this repo? Add info about your change here to be included in the next release_
6
6
7
+
__Fixes__
8
+
- Fixed a bug in LiveQuery when a close frame is sent from the server that resulted in closing
9
+
all running websocket tasks instead of the particular task the request was intended for. The fix
10
+
includes a new delegate method named `closedSocket()` which provides the close code
11
+
and reason the server closed the connection ([#176](https://github.com/parse-community/Parse-Swift/pull/176)), thanks to [Corey Baker](https://github.com/cbaker6).
0 commit comments