socket.io-client-swift
socket.io-client-swift copied to clipboard
Whenever I am coming from background to foreground and if socket is not connected it is not connecting again , tried it multiple times but unable to find any specific...
**_Version 16.1.1_** I want to emit a message like this: `["publish",{"channel":"/meeting/5349ee2b-89fe-440b-94cc-d3b752b78e33"}]` but from Charles the message send out is always like this: `["publish",{"channel":"\/meeting\/5349ee2b-89fe-440b-94cc-d3b752b78e33"}]` seems like socket.io will automatically add \...
**Crashed: com.apple.main-thread 0 OtoZen 0x737510 specialized Set._Variant.remove(_:) + 4374377744 (:4374377744) 1 OtoZen 0x7346c0 SocketIOClient.handleAck(_:data:) + 4374365888 (SocketAckManager.swift:4374365888) 2 OtoZen 0x73f264 closure #1 in SocketManager.parseEngineMessage(_:) + 445 (SocketManager.swift:445) 3 OtoZen 0x3d0658...
OnAckCallback.timingOut is called on user thread to finally perform emit. If user thread differs from handleQueue thread then it may lead to concurrent modification of acks Set.
Perhaps I am over-complicating things or missing some aspect of swift async that would make this work nicely. However the present problem I have is that `socket.once()` does not have...
So I have a client that passes auth and other info via the `withPayload:` parameter of `SocketIOClient.connect`. When I get a `.reconnectAttempt` client event, I want to update this payload...
https://nuclearace.github.io/Socket.IO-Client-Swift/Compatibility.html 404
Add socketio 4.6.0 connection state recovery feature according to this issue #1477