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

Web Requests are run on main thread which could hang server in some circumstances. #109

Open
JustBru00 opened this issue May 27, 2019 · 0 comments

Comments

@JustBru00
Copy link
Owner

JustBru00 commented May 27, 2019

Affects: 3.6-RC1 and later

Solution: Web requests need to be run in an async thread.

@JustBru00 JustBru00 added this to the v3.6 milestone May 27, 2019
@JustBru00 JustBru00 self-assigned this May 27, 2019
JustBru00 added a commit that referenced this issue May 27, 2019
Because implementing true async operation as requested by #109 is quite
difficult, I have helped mitigate the issue by lowering the maximum
timeout values for the http connections.
@JustBru00 JustBru00 modified the milestones: v3.6, v4.0 May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant