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

The socket.io compatible version is 2.4.1

https://github.com/socketio/socket.io-client-swift/releases seems to have tags instead of github releases for the latest stable version 16 releases - I only briefly looked and can't tell if this is deliberate. It would...

Versions: SocketIO : 15.2.0 iOS: 14.0 Below code I used for disconnect specific event socket.emit("disconnect","\(self.defaults.value(forKey: BDConstant.kUserSellerId) ?? "")") socket.disconnect() I need to disconnect this event before starting new event.

whenever it tries to reconnect on lock screen it gets failed and go on a loop. This thing is only occurring on lock screen. xcode version 12.2. pod version Socket.IO-Client-Swift',...

Using v15.2.0, even if the connection attempt times out, the socket still ends up connecting. Example log output (using Network Link Conditioner to simulate poor network conditions, and setting timeout...

Hello, We expirience an issue after updating to v16.0.0. Previously we used v15.2 and this code worked: ``` var connectParams = ["apiKey": apiKey, "clientId": clientId, "userToken": userToken] self.socketManager = SocketManager(socketURL:...

I'd like to implement the above mentioned feature in socket.io-client-swift. It was requested in various issues, e.g. #687, #936. It was recently added to Starscream (https://github.com/daltoniam/Starscream/pull/481) and just needs to...

Hello! Found an issue with your code emit methods syntax, which breaks the use of it if wrapped in another method. Take for example a simple emit: ``` open func...

@nuclearace can you help me on this? When I install SocketIO in my Framework project using Swift Package Manager the build is successful but there is a warning "Module 'SocketIO'...

I am attempting to integrate socket.io-client-swift into my project with Xcode 12. However, I get the following error when running `carthage bootstrap --platform iOS` for my project ``` Ld /Users/jenkins/Library/Caches/org.carthage.CarthageKit/DerivedData/12.0_12A6159/socket.io-client-swift/0fd771be70b16145a32be21a97f9f2fb3f5b7cca/Build/Intermediates.noindex/ArchiveIntermediates/SocketIO/IntermediateBuildFilesPath/Socket.IO-Client-Swift.build/Release-iphoneos/SocketIO.build/Objects-normal/armv7/Binary/SocketIO...