socket.io-client-swift
socket.io-client-swift copied to clipboard
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  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:...
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.
 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?...