Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash after closing a terminal #31

Open
Artyko opened this issue Jan 24, 2020 · 1 comment
Open

Crash after closing a terminal #31

Artyko opened this issue Jan 24, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Artyko
Copy link
Contributor

Artyko commented Jan 24, 2020

🪲 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 dict

@fado fado added the bug Something isn't working label Jan 24, 2020
@fado
Copy link
Owner

fado commented Jan 24, 2020

Haven't been able to reproduce this so far.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants