We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've had to put in a timeout here and it really shouldn't be necessary.
But for some reason the client.activeRequests is not being reset to 0.
client.activeRequests
This might be because a server is closing before it get's a chance to clean up.
It's not a big deal, but it's just a horrible workaround that I'd like to eventually find the root cause and fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've had to put in a timeout here and it really shouldn't be necessary.
But for some reason the
client.activeRequests
is not being reset to 0.This might be because a server is closing before it get's a chance to clean up.
It's not a big deal, but it's just a horrible workaround that I'd like to eventually find the root cause and fix.
The text was updated successfully, but these errors were encountered: