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
When a player disconnects by closing a terminal (without quit command), the game crashing on \mudserver.py line 175, in _check_for_messages for uid, client in self._clients.items(): RuntimeError: dictionary changed size during iteration
💡 Possible solution
Iterating over a copy of self._clients dict
The text was updated successfully, but these errors were encountered:
🪲 Problem
When a player disconnects by closing a terminal (without quit command), the game crashing on
\mudserver.py
line 175, in _check_for_messages
for uid, client in self._clients.items():
RuntimeError: dictionary changed size during iteration
💡 Possible solution
Iterating over a copy of
self._clients
dictThe text was updated successfully, but these errors were encountered: