Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(buffer): Ignore dropped global config watch (#4071)
`rx.changed().await` on a watch will return an error if the sender has been dropped. This can cause the envelope buffer service loop to busy-loop on shutdown.
- Loading branch information