socketcluster-client-swift icon indicating copy to clipboard operation
socketcluster-client-swift copied to clipboard

Native iOS/macOS client written in swift 4/swift 5

Results 23 socketcluster-client-swift issues
Sort by recently updated
recently updated
newest added

This fixes timeout problems with https://github.com/bolismauro/katanaMonitor-lib-swift

ScClient/client.swift:72: Fatal error: Unexpectedly found nil while unwrapping an Optional value

Sometimes if the server doesn't pass exactly what ScClient expects, the entire app will get runtime error. ``` ScClient/client.swift:72: Fatal error: Unexpectedly found nil while unwrapping an Optional value ```

class Listener has a property dictionary of event names to closures. We are able to register new listeners, but we can never remove them. Please add a new method so...

[!] CocoaPods could not find compatible versions for pod "HandyJSON": In snapshot (Podfile.lock): HandyJSON (= 5.0.2) In Podfile: HandyJSON ScClient was resolved to 1.0.5, which depends on HandyJSON (~> 1.8.0)...

Hi, @sacOO7 Unsubscribe channel not working on socketcluster. I have to subscribe 20 channel. Now I want unsubscribe 10 channel. So We are use below code for subscribe. ``` //...

_ ![image](https://user-images.githubusercontent.com/32090377/82552038-f4560f80-9b93-11ea-95a8-5a0478149235.png) This caused the server to report an error

Socket is getting disconnected too often and giving this error: The operation couldn’t be completed. (Starscream.WSError error 1. can you please help? Its critical.