SignalR-Client-Swift
SignalR-Client-Swift copied to clipboard
Swift SignalR Client for Asp.Net Core SignalR server
I think SingnalR-Client needs privacy manifest. **Client version:** Using the latest version available via Cocoapods. **Describe the concern:** Apple has announced new requirements for apps submitted to the App Store...
Due to Swift is a retain counting memory management language, recommended the usage of "weak" reference at delegate due to strong reference will leak on a retain cycle and a...
@moozzyk Hi, When using HubConnectionBuilder with .withHttpConnectionOptions(), the Authorization header is properly set in the connection request. However, it is not included in invoke requests sent over the WebSocket connection....
Binary payloads are by default translated to JSON array and rejected by the server. Example: ```Swift for i in 1...5 { // continuation.yield([UInt8(i)] // fails continuation.yield(Data([UInt8(i)]).base64EncodedString()) // workaround Thread.sleep(forTimeInterval: 0.1)...
SignalR closes the connection within ReplayKit (RPBroadcastSampleHandler) when the application goes into the background, and this doesn't happen using others libraries like WebSocket or WebRTC. I was wondering if there's...