-
Notifications
You must be signed in to change notification settings - Fork 172
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]: Crash after servals hour on concurrency #71
Comments
@iamat8080 the code does not reproduce your issue. |
updated code it crashed after serval hours of running not able to figure out why and where the bug @bogdanfinn |
this time it's different |
My guess is: Resource descriptors are exhausted. In Linux, you can limit resource concurrency by setting ulimit -n 65536 |
hello @gngpp I am using windows |
Getting the same exact issue, works perfectly fine but crashes after a few hours of running. github.com/bogdanfinn/fhttp.setRequestCancel.func4() |
it's sample code I didn't add another post request where I scarpe and post to DB using API If you format any bot like this with a high number of threads and in an endless loop running for a while it might crash PS: I believe running in an endless loop with few posts and get requests can reproduce the crash |
Brother, I also encountered the same problem as you, have you solved it? It will crash after reaching millions of requests. |
TLS client version
v1.3.12
System information
windows 10
amd ryzen 7 3700x
Issue description
Steps to reproduce / Code Sample
The text was updated successfully, but these errors were encountered: