socket.io-client-swift
socket.io-client-swift copied to clipboard
I can not connect socket.io server
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 it was same error. And then I tried to change config: [.connectParams(["EIO": "3"])] in swift code. but it was also same error. If anyone know about this error. please help me. Thank you.