Socket.IO-Client-Swift
Socket.IO-Client-Swift copied to clipboard
connectWithParams method not available
socket.connectWithParams(params:[String: AnyObject]) method not available in latest versions.
There's now an option when making the socket.
let socket = SocketIOClient(socketURL: url, options: [.ConnectParams(["hello": "world"])])