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
kvstreamer: add more assertions to RequestsProvider.enqueue
If we ever enqueue zero-length requests, it could cause a deadlock where
the `workerCoordinator` is waiting for more requests and the enqueuer is
waiting for results. Add assertions that we never do this.
Release note: None
0 commit comments