-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Hang in the Strand impl during shutdown. #1538
Comments
If I go up a couple of frames, I see where strand impl is set to the call stack. What am I missing?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am seeing an issue where the task dispatch to a strand is not completing during shutdown. The problem is that the
running_in_this_thread
always return false. I think strands thinks the task is running on another thread?env:
Boost 1.86.0
GCC 12/13
Ubuntu
The text was updated successfully, but these errors were encountered: