The websocket client often delays receiving the server push tick stream

Hi, I have a problem and want to consult, the scene is as follows:
Request server url: wss://ws.binaryws.com/websockets/v3?app_id=xxx&l=en

Api:https://developers.binary.com/api/#ticks

Business use: The websocket client keeps connecting with the server, and the websocket client sends a ping request every 30s

Question: During use, the Websocket client can always maintain a connection with the server. Normally, the client receives a tick stream from the server every 2s, but it often occurs that the client delays receiving the tick stream, and the delay interval is not fixed. For example If the delay is 12s, then 6 pieces of tick stream data are received at a time at the 12s interval

Answers

Sign In or Register to comment.