We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aborted
Closed
It's a bit messy because we use Aborted in places where it should actually be Closed, but we can't because it requires an inner Closing.
Closing
An area to explore would be to remove Aborted and Closed entirely, and create a new action ChannelClosed that would:
ChannelClosed
_channels
The text was updated successfully, but these errors were encountered:
Offline
Syncing
We should also rework the trait hierarchy for channel states, so that Closing cannot be wrapped in Offline or Syncing (see #539).
Sorry, something went wrong.
No branches or pull requests
It's a bit messy because we use
Aborted
in places where it should actually beClosed
, but we can't because it requires an innerClosing
.An area to explore would be to remove
Aborted
andClosed
entirely, and create a new actionChannelClosed
that would:_channels
_channels
The text was updated successfully, but these errors were encountered: