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
Update tests for an intentional behavior change in #16610#16598
`amqp_channels_manager:handle_open_channel/4` now can
get an error tuple back where previously connections
would fail due to a badmatch, producing crash logs.
Note that the broker only actively closes TCP-based connections
on these errors (via `rabbit_reader:handle_exception/3`).
The direct AMQP 0-9-1 client previously got an identical outcome
via the badmatch crash; updating it to properly close
is out of scope for this commit and will be investigated next.
0 commit comments