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
when the high performance situation ,the colly chan will be blocked, cause the signal in channel cant be consumed with goroutinue
i analysis the code,and find the suspicious question, but i cant find the reason why the operation is blocked to defend this signal is received.
The text was updated successfully, but these errors were encountered:
I don't really understand the issue. Could you give a reproducible test case?
BTW, You're using old v1 colly, you should update to github.com/gocolly/colly/v2.
github.com/gocolly/colly/v2
Sorry, something went wrong.
No branches or pull requests
when the high performance situation ,the colly chan will be blocked, cause the signal in channel cant be consumed with goroutinue
i analysis the code,and find the suspicious question, but i cant find the reason why the operation is blocked to defend this signal is received.
The text was updated successfully, but these errors were encountered: