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
Emit SpliceFailed event when channels close with pending splice actions
Users need to be notified when splice operations are cancelled due to channel
closure, regardless of the splice phase. Previously, splice operations that
were scheduled but not yet in active negotiation were silently lost during
channel shutdown, leaving users unaware of the failed splice attempt.
Now emits Event::SpliceFailed when a channel shuts down with a pending
QuiescentAction::Splice, ensuring comprehensive splice failure reporting
across all phases of the splice lifecycle.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments