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

[Bug]: StreamFetchHandler initialization is done in the conenction handling thread #1522

Closed
morenol opened this issue Aug 27, 2021 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@morenol
Copy link
Contributor

morenol commented Aug 27, 2021

StreamFetchHandler initialization is done in the thread handling the requests from a client connection. Because of this, the thread does not handle new requests from the same client until the smartstream initialization is done.

@morenol morenol added the bug Something isn't working label Aug 27, 2021
@morenol morenol added this to the 0.9.5 milestone Aug 30, 2021
@bors bors bot closed this as completed in 52cf8c8 Aug 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant