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
Fix filter not seeing the latest dispatches after fetch()
By using non-dict-assigning dispatch update flow.
When fetch() which runs periodically would assign
a fresh map to `self._dispatches` the filter would
from the non operate on an old non-updated map.
Signed-off-by: Mathias L. Baumann <[email protected]>
0 commit comments