Socket.IO-Client-Swift
Socket.IO-Client-Swift copied to clipboard
socket.io-client for Swift
**I tried to pass the JSON object. same JSON object work in android** { "recipientId" : "62357d91b26bf6000b37f849", "payload" : { "senderImage" : "https:\/\/netclandev.storage.googleapis.com\/unknown\/multipart\/46e8b4f8-507a-46e3-b371-9d3ca07993b9.jpg", "senderName" : "Rajiv Arora", "timestamp" : 1660019894.6639471,...
So the desired behavior is that socket could get "disconnect" message from the server when the server app gets closed. It works with javascript apps but doesn't work with swift,...
Hi I'm new to ios development and i install the library with cocoapods. I can only import SocketIO instead of Socket_IO_Client_Swift. And build fails every time with the following error:...
While using Socket.IO-Client-Swift in objectiveC project, I couldn't find connectWithParams method. Is there any other method that serve the same purpose?
i am working on chat application and facing some issues when i send the message , it sent succuessfully but my listeners donot fire and message cannot updates i make...
When my app goes to background then comes to foreground after 2 minutes, this library is not connecting to server immediately.
HI, I am trying to create a dynamic framework in swift which uses SocketIO to connect to nodejs server and share data. SocketIO is successfully installed and compiled via Cocoapods...
Hi, I'm using Socket.IO-Client-Swift' -13.2.0' to implement my project in Objective-C. I'm trying to connect to a Node.js service using Socket.IO and have followed the documentation for Objective-C. But when...
Hi When app goes to background i want to disconnect from server then user returns to app i want to reconnect. If I use disconnect method i am getting "Warning!...