Laixer / Pixelbot

0 stars 0 forks source link

Improve latency implementation #22

Open daan-laixer opened 1 month ago

daan-laixer commented 1 month ago

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: