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
Freezing zombie channels into a list avoids RuntimeError
FixesSupervisor#1178 which says that a ___RuntimeError__ is raised when the dictionary size changes during iteration. This change freezes dict.values() into a list before the loop begins so that the list will not change during iteration.
0 commit comments