-
Notifications
You must be signed in to change notification settings - Fork 14
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
The multiplayer server should not allow multiple connections from the same user on different devices #80
Comments
Please use only one device at a time. osu! doesn't support running on more than one for now. |
An eventual fix would see new connections blocked as long as an old one is still active (and within a timeout period). |
Seems that would also take over #47, which is tracking the case of having two simultaneous connections from the same user. |
Design goals for initial implementation: https://discord.com/channels/188630481301012481/188630652340404224/1170002330616348784 |
Describe the bug: Having the same user connected on multiple devices will cause the multiplayer server to give the user an invalid state.
Reproduction Steps
Upon testing, device A was a PC while device B was an Android.
At this point, device A can just simply create a new lobby to get back to a correct state. I can't get device B to create a lobby however even after restarting (probably a different bug regarding creating lobbies on Android devices).
Screenshots or videos showing encountered issue:
osu!lazer version:
2021.815.0-lazer
Logs:
N/A
The text was updated successfully, but these errors were encountered: