Releases: socketio/socket.io-client-swift
Releases · socketio/socket.io-client-swift
v5.0.0
- Change
joinNamespace()
tojoinNamespace(namespace: String)
- No longer uses reflection for SocketIOClientOption (should fix memory leak issue when creating a socket)
v4.1.6
- Add support for the Swift Package Manager
v4.1.5
- Fix edge case where string encodings could be messed up.
v4.1.4
- Add
SelfSigned(Bool)
option (Shouldn't need to use)
v4.1.3
- Doesn't create a new engine every time it reconnects
- Adds a new
ForceNew
option that will create a new engine every connection.
v4.1.2
- Refactors
v4.1.1
- Fix setting secure connections
v4.1.0
- Further decoupled the Engine from the Client
- Added tvOS target
v4.0.4
- Enabled access to
WebSocket.voipEnabled
v4.0.3
- Fix crash in engine