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
学习中。在linux下无法工作。 有在linux下支持的计划吗?
The text was updated successfully, but these errors were encountered:
thread_pool_->post([this, client, error] { accept_handler_(client, nullptr, error, 1); //一直无法调用到 });
Sorry, something went wrong.
linux下async的线程池可能会有问题,切换到std::thread的即可
已解决,的确是线程池问题。谢谢~
项目目前状态是不维护了吗?
No branches or pull requests
学习中。在linux下无法工作。 有在linux下支持的计划吗?
The text was updated successfully, but these errors were encountered: