SignalR-Client-Swift
SignalR-Client-Swift copied to clipboard
Swift SignalR Client for Asp.Net Core SignalR server
**PROBLEM: Actual error message returned by server is not passed on to the delegate connectionDidClose() method** If I pass wrong authentication code (which I received in login API) to the...
Currently most of the event handlers run on main queue. Consider allowing setting a queue to run events on. Note that webSockets already takes a queue and when the main...
Hi all! please help me investigate into object c project
Hello, We are experiencing a crash on ios 12 devices when skipNegotiation is true. > Fatal error: 'try!' expression unexpectedly raised an error: SwiftSignalRClient.SignalRError.noSupportedTransportAvailable: file SwiftSignalRClient/HttpConnection.swift, line 72 ``` if...
When fast to repeat start / stop actions connection from main thread - could be dead lock on main thread. General issue decision: https://stackoverflow.com/a/46709947
Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) from 4.1.2 to 4.1.3. Release notes Sourced from tough-cookie's releases. 4.1.3 Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the...
Starting with .net 7, it is now possible for a server to invoke a method on the client and wait for a response from the client: https://learn.microsoft.com/sv-se/aspnet/core/signalr/hubs?view=aspnetcore-7.0#client-results This is a...
Hi, I tried to compile the latest versión with carthage using those commands Carfile github "moozzyk/SignalR-Client-Swift" "0.9.1" carthage update carthage update --use-xcframeworks Both of them says 'Dependency "SignalR-Client-Swift" has no...
Using Async await will be a cleaner implementation than callbacks and more in line with Swift.