nuclearace / socket.io-client-swift-example

An example of socket.io-client for Swift
176 stars 65 forks source link

How to pass parameter on connect #12

Closed yeongjet closed 6 years ago

yeongjet commented 6 years ago

In javascript, we can do it like this: const socket = io('http://localhost?token=abc'); but it doesn't work on your framework.