-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
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
Allow force closing in any state #128
Allow force closing in any state #128
Conversation
a88dbd1
to
5244bf6
Compare
5244bf6
to
47e73e7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice job! The solution turned out to be not so complicated. I left questions and a few comments hoping to make things a bit clearer. Nothing blocking AFAICT.
Obviously the tests are getting quite messy, but we can tackle that separately.
47e73e7
to
2013ad4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I think we can merge!
This PR makes it possible to force close a sub channel in (almost) every states.
Closes #113