Commit 834f2e5
chanmon_consistency: accept ChannelUnavailable on splice after force-close
The splice_channel error handler only expected APIMisuseError with a
splice-related message. When a channel has been force-closed, the splice
call returns ChannelUnavailable instead, which caused the assertion to
panic. Allow ChannelUnavailable as a valid error variant.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 0fd6b91 commit 834f2e5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1455 | 1455 | | |
1456 | 1456 | | |
1457 | 1457 | | |
1458 | | - | |
| 1458 | + | |
| 1459 | + | |
1459 | 1460 | | |
1460 | 1461 | | |
1461 | 1462 | | |
| |||
0 commit comments