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
fix(server): clean up ClientManager & prevent IndexOutOfBoundsException
While the ClientManager is shutting down, other shut-down processes such
as the GameRoom close can lead to clients being removed from another
thread. Thus the ClientManager close method needs multiple fail-safes.
# Conflicts:
# server/src/sc/server/Lobby.kt
# server/src/sc/server/network/ClientManager.java
# server/src/sc/server/network/NewClientListener.java
0 commit comments