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

队列太细,导致chan一直堵塞 #2

Open
sorawa opened this issue Dec 5, 2014 · 1 comment
Open

队列太细,导致chan一直堵塞 #2

sorawa opened this issue Dec 5, 2014 · 1 comment

Comments

@sorawa
Copy link
Contributor

sorawa commented Dec 5, 2014

scheduler_queue.go

func (this *QueueScheduler) Push(requ *request.Request) {
//assert count() ==MAX
this.queue <- requ
}

@hu17889
Copy link
Owner

hu17889 commented Dec 5, 2014

感谢反馈,这个问题会在下一步解决:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants