Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix QueueSubscribeSync and backoff errors (#146)
Core NATS subscriptions were incorrectly using `SubscribeSync` instead of `QueueSubscribeSync` and both core and JetStream subscriptions were waiting for the backoff period (default 5 seconds) for all iterations of the worker loop, not just error conditions. This PR fixes both issues. --------- Signed-off-by: John Schaeffer <jschaeffer@equinix.com>
- Loading branch information