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

An example of socket.io-client for Swift

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

I need all the emitted Keys and how to listen all the events for iOS or which backend tech is used?

I tried to run the sample using simulator and localhost server but app unable to connect, see the screenshot below: I am not sure is it a problem of iOS...

I went through the sample and I can't see the disconnect method for disconnecting the socket. I have called the `socket.disconnect` in `deinit` method of my iOS app. Is this...

- after cloning and "pod install", the TicTac workspace won't build. There is great disagreement between all involved targets ( TicTac and its pod-dependencies socketIO, starScream, etc) about Swift version....

Hello, I'm trying to get socket.io-client-swift-example running. I'm on step "Setup First Client." I've opened the project in Xcode but when I try to build and run I'm hit with...

swift 3.x compilable version

Hi, I successfully setup all configuration steps and also its connected to my local machine but when I tap on any button its crashed due to the above reason. Also,...