Server stopping on logout
Closed this issue · 0 comments
Syntax2022 commented
Describe the bug
I updated my repo with the latest current on main and after that when logging out of any account it seems to stop the server the last thing that is printed to terminal is; [GameServer] - EOF disconnection: StandaloneCoroutine{Cancelling}@1b31cf75
and after a minute or so the server just closes itself Process finished with exit code 0
To Reproduce
Steps to reproduce the behavior:
- Start server
- Log in with an account
- Log out
Desktop Environment :
- OS: Ubuntu
- Version 22.04.4 LTS
Additional context
To make sure it wasn't something that i might have done with my project i made a new project and the issue persists