socket.io-client-swift icon indicating copy to clipboard operation
socket.io-client-swift copied to clipboard

Results 182 socket.io-client-swift issues
Sort by recently updated
recently updated
newest added

Found just related field isProxy, but don't found a ways to use socks proxy

![Screen Shot 2023-09-12 at 10 51 58 AM](https://github.com/socketio/socket.io-client-swift/assets/55658446/c01d102d-a147-4981-ab94-a49edf7ce1db) getting this above error... although I have fixed it would be greater if it is fixed from pod side

Dear Team , I am receiving the Audio as ByteArray Data from the socket on event, I am trying to play this audio using the AVAudioPlayer . How ever it...

It used to be fine with earlier versions of rep, but now on reconnection, it gives this error. Then it reconnects successfully after around 20s. Don't really know where to...

The `SocketIOClientOption.cookies` configuration option is sometimes ignored entirely, if any cookie exists in the `HTTPCookieStorage.shared.cookies(for: url)` for the installed Swift application. See https://github.com/daltoniam/Starscream/blob/4.0.4/Sources/Framer/HTTPHandler.swift#L70 ```swift if let cookies = HTTPCookieStorage.shared.cookies(for: url),...

I have tried a ton of stuff to get a connection up and running but have not been able to do it. The problem I am facing is that it...

It's always ERROR SocketEnginePolling hell. Does this socket io actually work?

I have been utilizing this library alongside the Socket.IO-client Java library for Android applications. I have recently noticed that the iOS library exhibits a slower connection speed to the server...

In our application, we are using a socket for the core feature of our application, and we need to make sure that the socket is connected to low-bandwidth internet as...

Is there a new version release plan for iOS16.3 and xcode 14.2?