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
Thanks for your contribution! I'll look into this issue as soon as I can. If you have a vision of how to fix this, please feel free to create a PR! I'll happily review it :)
I've noticed
RuntimeError: dictionary changed size during iteration
being raised invalkey.asyncio.cluster.NodesManager.initialize()
valkey-py/valkey/asyncio/cluster.py
Line 1291 in ca5c7c5
I believe this can be triggered during error handling in:
valkey-py/valkey/asyncio/cluster.py
Line 816 in ca5c7c5
A quick fix might be to wrap
self.startup_nodes.values()
in a tuple.Should I prepare a PR?
The text was updated successfully, but these errors were encountered: