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
There is an existing optimization for WebSocket here: #73 in order to avoid an extra call to read_message() from tungstenite. This optimization means a reduction of 40% in the latency.
It works fine in Linux and MacOS but in Windows seems like after the peek() the stream is no longer waked from the poll.
Search the way to get it working in Windows if possible
The text was updated successfully, but these errors were encountered:
lemunozm
changed the title
Websocket latency optimizatión
Windoes Websocket latency optimizatión
Apr 13, 2021
lemunozm
changed the title
Windoes Websocket latency optimizatión
Windows Websocket latency optimizatión
Apr 13, 2021
There is an existing optimization for WebSocket here: #73 in order to avoid an extra call to
read_message()
from tungstenite. This optimization means a reduction of 40% in the latency.It works fine in Linux and MacOS but in Windows seems like after the
peek()
the stream is no longer waked from the poll.Search the way to get it working in Windows if possible
The text was updated successfully, but these errors were encountered: