Skip to content
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

UpdateHandle - Fix error on call after completion #149

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

mbaker3
Copy link
Member

@mbaker3 mbaker3 commented Sep 23, 2023

What is the current behaviour?

If a CallAfterHandle's completion disposed another CallAfterHandle or the UpdateHandle itself within the stack the iteration would error/fail.

What is the new behaviour?

IsDisposed is now checked on each iteration. Improvements to the fix are described in #148

What issues does this resolve?

  • None

What PRs does this depend on?

  • None

Does this introduce a breaking change?

  • Yes
  • No

If a CallAfterHandle's completion disposed another CallAfterHandle or the UpdateHandle itself within the stack the iteration would error/fail.

IsDisposed is now checked on each iteration. Improvements to the fix are described in #148
@mbaker3 mbaker3 requested a review from jkeon September 23, 2023 05:43
@jkeon jkeon self-assigned this Sep 24, 2023
@mbaker3 mbaker3 merged commit e400acc into main Sep 25, 2023
@mbaker3 mbaker3 deleted the hotfix-update-handle branch September 25, 2023 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants