Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consumer: return from Poll if the only error is an injected fake
Poll previously would not return if only a fake fetch existed. For example, if a user joined a group with an instance ID twice, the fenced group member would never exit polling. We now check both the actual ready sources and the fake sources in our poll condition loop. Closes #479.
- Loading branch information