Fixed the 'dictionary size change during iteration' error, which can occur when a lot of bots connect simultaneously, by creating a copy of the bots list and iterating over it instead.
This way we are iterating over a fixed set of keys, preventing the error.
Fixed the 'dictionary size change during iteration' error, which can occur when a lot of bots connect simultaneously, by creating a copy of the bots list and iterating over it instead.
This way we are iterating over a fixed set of keys, preventing the error.