Description
The latency tests (e.g running a scenario testRunner/testRunner/scenarios/olink_single_cpp_latency.txt, or just pair of server and client for cpp ) shows that a latency is ~30ms, where best result for qt is ~700us
The area we suspect is how we use the POCO websockets. E.g. we add ~7ms in websocket wrapper - this is a delay, also the line with poll 10000[us] adds some time
Additional Information
No response
Description
The latency tests (e.g running a scenario testRunner/testRunner/scenarios/olink_single_cpp_latency.txt, or just pair of server and client for cpp ) shows that a latency is ~30ms, where best result for qt is ~700us
The area we suspect is how we use the POCO websockets. E.g. we add ~7ms in websocket wrapper - this is a delay, also the line with poll 10000[us] adds some time
Additional Information
No response