Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve latency implementation #22

Open
daan-laixer opened this issue May 21, 2024 · 0 comments
Open

Improve latency implementation #22

daan-laixer opened this issue May 21, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@daan-laixer
Copy link
Collaborator

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)
@daan-laixer daan-laixer added the enhancement New feature or request label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant