Paras Gorasiya
Paras Gorasiya
Any update on this? I am trying to achieve the same thing on my iOS project but no luck so far. I want to move marker from point A to...
Disconnecting manager first works for me. My code is as follow ``` socket?.onAny { (data) in if data.event == "reconnectAttempt" { self.socketManager?.disconnect() self.connectSocket() } } ```
+1 I am also trying to figure out how to implement Cert pinning, but there are little to no resource on this.
Thanks @sbma44 for the explanation. Could you care to provide an example for the same?
Amazing. I would be happy to implement and create a PR. Would you mind sharing how you want to implement this? I am a beginner in SwiftUI so I am...