Releases: socketio/socket.io-client-swift
Releases · socketio/socket.io-client-swift
v8.2.0
- Removes the namespace from a socket id.
- Expose SSLCert to Objectvice-C again.
v8.1.2
- fix crash on server triggered disconnect
v8.1.1
- Fix CocoaPods installing, hopefully
v8.1.0
- Change how emitWithAck works. It now returns an object which you can call
timingOut(after:, callback:)
on. - Bump Websocket version.
v8.0.2
- fix building on objective-c
v8.0.1
- Bump WebSocket version
- Fix adding
/
to engine path.
v8.0.0
- Swift 3
v7.0.3
Fix cocoapods
v7.0.1
- Fix bug in SocketIOClientConfiguration
v7.0.0
- Rename framework to
SocketIO
- Adds a new SocketIOClientConfirugation object. These can be constructed like an array of SocketIOClientOptions.