Threads creation optimization
This commit is contained in:
@ -60,7 +60,6 @@ class GameEngine:
|
||||
self._inacivity_watchdog = InactivityWatchdog(
|
||||
players=self.players,
|
||||
ws_server=self.ws_server,
|
||||
daemon=True,
|
||||
)
|
||||
self._inacivity_watchdog.start()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user