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
Hi,
I found an issue that the mouse move is not smooth, add debug log in server side, I set the timer interval to 50ms, found the server did not deal with or not receive the mouse move event. but some times several mouse move events arrived at the same time, as below bold lines.
I don't know either the client send delay, or the server receive/deal with delay. please help me!
which websocket version on client/browser side? in Vue package? how to disable the TCP delay on client/browser side?
Hi,
I found an issue that the mouse move is not smooth, add debug log in server side, I set the timer interval to 50ms, found the server did not deal with or not receive the mouse move event. but some times several mouse move events arrived at the same time, as below bold lines.
I don't know either the client send delay, or the server receive/deal with delay. please help me!
which websocket version on client/browser side? in Vue package? how to disable the TCP delay on client/browser side?
1723129154827 move X: 14 Y: 234
1723129154877 move X: 2 Y: 239
1723129154927 move X: 247 Y: 236
1723129155181 move X: 227 Y: 228
1723129155182 move X: 227 Y: 241
1723129155184 move X: 212 Y: 244
1723129155186 move X: 223 Y: 249
1723129155187 move X: 238 Y: 254
1723129155226 move X: 243 Y: 4
1723129155277 move X: 242 Y: 6
The text was updated successfully, but these errors were encountered: