Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 31 May 11:27
· 229 commits to main since this release
c356285

Minor Changes

  • Reset retryExchange’s previous attempts and delay if an operation succeeds. This prevents the exchange from keeping its old retry count and delay if the operation delivered a result in the meantime. This is important for it to help recover from failing subscriptions
    Submitted by @kitten (See #3229)