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
* development:
update changelog and bump pod version
check for 200 status code when polling #857
update xcode versino
set the right URL in websocket creation
fix cookies import when create the websocket
Be sure to keep secure config even if config is changed. Fix#1078
Don't need to write DispatchTime
use while let instead of while and if let
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
# v13.3.1
2
+
3
+
- Fixes various bugs. [#857](https://github.com/socketio/socket.io-client-swift/issues/857), [#1078](https://github.com/socketio/socket.io-client-swift/issues/1078)
4
+
1
5
# v13.3.0
2
6
3
7
- Copy cookies from polling to WebSockets ([#1057](https://github.com/socketio/socket.io-client-swift/issues/1057), [#1058](https://github.com/socketio/socket.io-client-swift/issues/1058))
0 commit comments