centrifugal / centrifuge-swift

Swift client SDK for bidirectional real-time communication with Centrifugo and Centrifuge-based server over WebSocket
MIT License
48 stars 43 forks source link

Add alternative websocket implementation via URLSessionWebSocketTask #84

Closed antonselyanin closed 1 year ago

antonselyanin commented 1 year ago

This PR adds an alternative websocket implementation (via URLSessionWebSocketTask). It is disabled by default but you can enable it via flag useNativeWebSockets (works starting from iOS 13.0).