mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
more client server improvements
This commit is contained in:
parent
3311f6a1f3
commit
b676e59001
5 changed files with 33 additions and 49 deletions
|
|
@ -91,7 +91,9 @@ public class Session {
|
|||
|
||||
public void kill() {
|
||||
this.killed = true;
|
||||
ackResponse.notify();
|
||||
synchronized(ackResponse) {
|
||||
ackResponse.notify();
|
||||
}
|
||||
SessionManager.getInstance().removeSession(sessionId);
|
||||
TableManager.getInstance().removeSession(sessionId);
|
||||
GameManager.getInstance().removeSession(sessionId);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue