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
Address CodeRabbit nitpicks: retry, state alias, test result handling
codecs.py: HTTP schema fetch retries 3 times with exponential backoff,
catching httpx.RequestError and non-200 responses before raising
DecodeError.
connection.py: STATE_CLOSED explicitly assigned from
state.State.STATE_STOPPED with comment clarifying the intentional
alias for is_closed/is_stopped equivalence.
testing.py: process_message now raises AssertionError on
MESSAGE_REQUEUE (unexpected in tests). MESSAGE_DROP returns normally
(valid test outcome). Uses match/case for clarity.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments