fix: matchmaking
This commit is contained in:
@ -23,7 +23,7 @@ class WaitingRoom(AbstractRoom):
|
||||
if (tmp is not None):
|
||||
tmp.send("Connection close: Another connection open with the same user id.")
|
||||
self.remove(tmp)
|
||||
waiter.accept()
|
||||
waiter.socket.accept()
|
||||
self._member_list.append(waiter)
|
||||
|
||||
class WaitingRoomManager(AbstractRoomManager):
|
||||
|
Reference in New Issue
Block a user