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

Can't accept new conn if first conn do not call Read() #190

Closed
adwpc opened this issue Feb 11, 2020 · 2 comments · Fixed by #226
Closed

Can't accept new conn if first conn do not call Read() #190

adwpc opened this issue Feb 11, 2020 · 2 comments · Fixed by #226
Assignees
Labels
enhancement New feature or request

Comments

@adwpc
Copy link
Member

adwpc commented Feb 11, 2020

conn.sizeCh <- n

can't accept new conn if first conn do not call Read()

n := <-c.sizeCh

@adwpc
Copy link
Member Author

adwpc commented Feb 11, 2020

@adwpc adwpc added the enhancement New feature or request label Feb 11, 2020
@Sean-Der
Copy link
Member

@adwpc nice find, I can look into this! I consider this a bug, I think people expect this work like Go's http server (you can have multiple going at a time)

@Sean-Der Sean-Der self-assigned this Feb 14, 2020
@daenney daenney mentioned this issue Feb 15, 2020
4 tasks
@at-wat at-wat self-assigned this Mar 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants