nuclearace / Socket.IO-Client-Swift

socket.io-client for Swift
Other
361 stars 53 forks source link

connectWithParams method not available #123

Open sumeshshivan opened 8 years ago

sumeshshivan commented 8 years ago

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

nuclearace commented 8 years ago

There's now an option when making the socket.

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