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

mouse move is not smooth sometimes. #8

Open
huafengq opened this issue Aug 8, 2024 · 0 comments
Open

mouse move is not smooth sometimes. #8

huafengq opened this issue Aug 8, 2024 · 0 comments

Comments

@huafengq
Copy link

huafengq commented Aug 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant