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 periodic fetch()'s
By using a workflow that avoids reassigning the dispatches dict.
When `fetch()`, which runs periodically, would assign
a fresh map to `self._dispatches` the filter would
not see the latest dispatches, as it would still
reference the old map.
Signed-off-by: Mathias L. Baumann <[email protected]>
0 commit comments