Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: Remove race condition in
watchNodeInformationChanges
By using the `takeLatest` higher-order saga, this changes makes sure that all attempts at fetching additional node metadata are cancelled once a new node-related action is triggered. Without this stale `fetchAdditionalNodeMetadata` calls may corrupt the in-memory node cache, which leads to further problems downstream. This became apparent after #3756.
- Loading branch information