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
我的项目中也使用了io_service.如何才能复用项目中的io_service
The text was updated successfully, but these errors were encountered:
现在新版的asio用io_context替换掉了io_service。问题改为如何复用项目中已有的io_context
Sorry, something went wrong.
不必复用,也不该复用,每一个 webcc::ClientSession 都有一个 io_context,跑在一个单独的线程里。 你自己项目里的 io_context 通常也应该跑在一个线程里。
No branches or pull requests
我的项目中也使用了io_service.如何才能复用项目中的io_service
The text was updated successfully, but these errors were encountered: