Commit 9908b25
committed
amqp10_client: Accept the
[Why]
The clause above the new one in `close_sent/3` was already handling the
fact that the remote process could exit during the close "handshake".
But the remote process could terminate with `{shutdown, Reason}` in
addition to `shutdown`, where `Reason` is `delete` or `autodelete` for
instance.
[How]
We handle `{shutdown, _}` exactly as `shutdown`.
This was detected by frequent failures in CI.{shutdown, _} exit reason is close_sent/3
1 parent 0c4ec95 commit 9908b25
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
355 | 358 | | |
356 | 359 | | |
357 | 360 | | |
| |||
0 commit comments