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
i was just about to open this ticket and fix with the same patch :)
a good suggestion for all users of previous versions is to use state.routers.values() instead of state.all_routers().
this in the real could be an alternative that you could evaluate instead of keeping an additional list, it has a minor overhead due to the .values() call at runtime but due to the size of the object is really a minor thing.
It seems in latest txtorcon that the all_routers list in
TorState
becomes empty after a NEWCONSENSUS. Needs investigation.The text was updated successfully, but these errors were encountered: