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

mistake function call of async_thread_pool in async_thread.cc ? #2745

Closed
starfalling opened this issue Aug 8, 2019 · 1 comment
Closed
Labels

Comments

@starfalling
Copy link

line 325 of async_thread.cc

pool = new async_thread_pool(SwooleAIO.min_thread_count, SwooleAIO.min_thread_count);

I think the second param should be SwooleAIO.max_thread_count

@matyhtf matyhtf closed this as completed in 1d98608 Aug 8, 2019
@matyhtf
Copy link
Member

matyhtf commented Aug 8, 2019

Thanks

@matyhtf matyhtf added the bug label Aug 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants