client-examples icon indicating copy to clipboard operation
client-examples copied to clipboard

is there any references for iOS?

Open yhb4ever opened this issue 3 years ago • 0 comments

I use WebSocket library as below. https://github.com/socketio/socket.io-client-swift

and I want to use Polygon WebSocket services.

If I wanna emit below values what is the "auth key"? {"action":"auth","params":"********"}

I should use emit only one key & value like this. socket.emit("{auth key}", ["key": "value", "key", "value"])

yhb4ever avatar Jun 02 '22 02:06 yhb4ever