79469652

Date: 2025-02-26 12:12:15
Score: 1
Natty:
Report link

using the above, I ran into the following:

for client in server.clients.values(): RuntimeError: dictionary changed size during iteration

this seems a real problem, as some client may be connecting/disconnecting during this for loop. I think adding a list() around server.clients.values() should avoid this, but I haven't tested it thoroughly

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: srepmub