Commit 457a504
committed
fix(lsps4): use is_channel_ready for splice candidate selection
Use is_channel_ready instead of is_usable when selecting splice
candidates. This ensures we prefer splice over new channel even
during channel_reestablish (~1s window). splice_channel() will
fail with "pending open/close" if the channel isn't usable yet,
and the timer retries once reestablishment completes.1 parent afe7b5b commit 457a504
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
786 | | - | |
| 786 | + | |
| 787 | + | |
| 788 | + | |
| 789 | + | |
787 | 790 | | |
788 | | - | |
| 791 | + | |
789 | 792 | | |
790 | 793 | | |
791 | 794 | | |
| |||
0 commit comments