You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we use a thread to receive our TCP messages, in the scenario when the thread is handling a very long message that is not the poll/ping response and the poll message is waiting, our latency will not be accurate (higher).
Options for developer:
Use tcp stack (sequence)
Send poll message from server (response message can be immediately send from recv thread)
The text was updated successfully, but these errors were encountered:
Currently we use a thread to receive our TCP messages, in the scenario when the thread is handling a very long message that is not the poll/ping response and the poll message is waiting, our latency will not be accurate (higher).
Options for developer:
The text was updated successfully, but these errors were encountered: