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

Fixed invalid timing async_shutdown handler call. #950

Merged
merged 1 commit into from
Sep 28, 2022

Conversation

redboltz
Copy link
Owner

If the 2nd async_shutdown() is called during the 1st async_shutdown processing, then the 2nd async_shutdown() is called immediately. It should be called the 1st handler calling timing.

@redboltz redboltz force-pushed the fix_invalid_timing_async_shutdown_handler_call branch 3 times, most recently from 18d8950 to 92c2eea Compare September 28, 2022 06:11
@codecov
Copy link

codecov bot commented Sep 28, 2022

Codecov Report

Merging #950 (6b24371) into master (5726b50) will increase coverage by 0.03%.
The diff coverage is 67.64%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #950      +/-   ##
==========================================
+ Coverage   83.08%   83.12%   +0.03%     
==========================================
  Files          66       65       -1     
  Lines       10391     9882     -509     
==========================================
- Hits         8633     8214     -419     
+ Misses       1758     1668      -90     

If the 2nd async_shutdown() is called during the 1st async_shutdown
processing, then the 2nd async_shutdown() is called immediately.
It should be called the 1st handler calling timing.
@redboltz redboltz force-pushed the fix_invalid_timing_async_shutdown_handler_call branch from 92c2eea to 6b24371 Compare September 28, 2022 06:50
@redboltz redboltz merged commit 0b6a831 into master Sep 28, 2022
@redboltz redboltz deleted the fix_invalid_timing_async_shutdown_handler_call branch September 28, 2022 07:29
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.

None yet

1 participant