Socket.IO-Client-Swift icon indicating copy to clipboard operation
Socket.IO-Client-Swift copied to clipboard

connectWithParams method not available

Open sumeshshivan opened this issue 9 years ago • 1 comments

socket.connectWithParams(params:[String: AnyObject]) method not available in latest versions.

sumeshshivan avatar May 26 '16 06:05 sumeshshivan

There's now an option when making the socket.

let socket = SocketIOClient(socketURL: url, options: [.ConnectParams(["hello": "world"])])

nuclearace avatar May 26 '16 15:05 nuclearace