I opened a Websocket connection and subscribed to reliance. ws.send({"a": "subscribe", "v":[738561]}) This returned 37 and then followed with a message check loop which only a heart beat tick every 3 seconds. I am not sure what I am doing wrong. Can someone help.
Looks like you are using some websocket client. You might not be parsing binary packets correctly. Go through any of our official client libs to understand the tick binary packet parsing structure.