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
fix: Allow BackgroundConsumer To Inform Caller of Fatal Exceptions with Optional Callback (#821)
* fix: add stop() call to BackgroundConsumer failures due to exceptions
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* move stop call to within the exception clauses
* Update test_bidi.py
* fix: allow exceptions to be surfaced to the caller of BackgroundConsumer
* Update bidi.py
* fix: allow BackgroundConsumer caller to pass `on_fatal_exception` to be informed of fatal processing errors
* Update tests/unit/test_bidi.py
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
* Update bidi.py
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
0 commit comments