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

In the android client SDK, we have a transports property in a configuration like this ``` IO.Options opts = new IO.Options(); opts.transports = new String[]{WebSocket.NAME, Polling.NAME}; ``` It helps you...

Our server want to read parameter like this ```query: [Object: null prototype] { EIO: '4', transport: 'polling', t: 'NmJJKTk' }, auth: { public: '', access: '', timestamp: }``` In android...

My server is node.js. i used socket.io(4.2.0). My swift version is 5.4.2. My swift code is follows ![socket io error](https://user-images.githubusercontent.com/62540888/134889090-d1c59543-c03c-42cf-9c94-30785b92c1f4.PNG) I tried to change nodejs socket.io version to 2.4.0. but...

I try to emit with this client but in most cases server doesn't receive it. Client logs: 2021-09-22 17:43:07.788557+0300 My App[46226:8969192] LOG SocketIOClient{/}: Adding handler for event: connect 2021-09-22 17:43:07.788778+0300...

Hi We have a socket io server running v4 but the swift client cannot connect. Is this expected? The server accepts connections from android and node justfine. We have allowEIO3:...

bug
in progress

Hi there, I'm quite new to Swift, so forgive me if there is a simple solution. I'm building a cordova plugin and would like to relay the `socket.onAny()` events to...

In situations where the socket connection is lost via a `SO_ERROR`, even though reconnect is enabled, the socket manager hangs the socket until a manual disconnect. Symptom would be: the...

How can I check the connection has closed? When I turn off internet, I check it again and socket manager always return connected.

![image](https://user-images.githubusercontent.com/20389362/129151925-1b3b7dd7-4b1a-430b-a2a2-e56a6874f3d7.png) Because our server only supports 1.0, I can't use socketio over v9.0.1 and I have to download Xcode 10, vecause v9.0 only supports swift 3.x What should I do?...