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

Activity now sets _running flag to false when it finishes or throws. #4748

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

nitram96
Copy link
Contributor

Activity _running flag is now set to false when the activity finishes or throws, previously it was only set if wait had been called. which meant that an activity that had either finished, or thrown would return true from IsRunning function despite not running. Also added a test for this scenario.

Activity _running flag is now set to false when the activity finishes or throws, previously it was only set if wait had been called. Added test for this scenario
@aleks-f aleks-f added this to the Release 1.14.0 milestone Oct 30, 2024
@aleks-f aleks-f merged commit 6dadf9a into pocoproject:main Oct 30, 2024
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants