Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
graph: ensure that topology subscription cancelation is blocking
We want to ensure that when a caller cancels a topology subscription, then any channel/node updates after that are not notified on the subscription. To ensure this, we make the Cancel function blocking.
- Loading branch information