-
Notifications
You must be signed in to change notification settings - Fork 157
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
Optimize closeState flag #872
Conversation
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
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.
I'm going to block any code change PRs that don't have descriptions. For release note and other reasons, I think any PR that changes the runtime code should have some description - we should not force users to read the code. It is not obvious to an inexperienced developer why this change is needed.
@pjfanning have updated |
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
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 - thanks for updating the description
@jxnu-liguobin @pjfanning Should this be backport to 1.0.x too? |
This is not a bug fix so -1 from me for a backport. |
no need |
We modify the order to avoid not setting the flag when
onComplete
throws an exception.