client-examples
client-examples copied to clipboard
is there any references for iOS?
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"])