We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SubscriptionManager still uses std::thread. Looks like we don't need ioContext_ in SubscriptionManager itself.
std::thread
ioContext_
Rewrite std::thread to async framework. Also delete unused ioContext_.
Keep std::thread in codebase
The text was updated successfully, but these errors were encountered:
Subscription manager was rewritten and uses io_context on a number of threads. This can be rewritten using AsyncFramework.
io_context
Sorry, something went wrong.
4cbd3f5
No branches or pull requests
Summary
SubscriptionManager still uses
std::thread
.Looks like we don't need
ioContext_
in SubscriptionManager itself.Solution
Rewrite
std::thread
to async framework.Also delete unused
ioContext_
.Paths Not Taken
Keep
std::thread
in codebaseThe text was updated successfully, but these errors were encountered: