Swift socket io client fail to connect to socket io nodejs server – Ios swift
I am using v4 of socket-io nodejs server. I am using v16 of swift socket-io client. static let manager = SocketManager(socketURL: URL(string: baseUrl)!, config: [.log(true), .compress]) let socket: SocketIOClient? = manager.defaultSocket Then in onAppear Property of SwiftUI view I have…