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
Expect to be able to set this to, like, 1 nanosecond and it work
For whatever reason in #660, I put context.WithTimeout(ctx, i.heartbeatThrottleInterval) which means that context times out immediately
context.WithTimeout(ctx, i.heartbeatThrottleInterval)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Expected Behavior
Expect to be able to set this to, like, 1 nanosecond and it work
Actual Behavior
For whatever reason in #660, I put
context.WithTimeout(ctx, i.heartbeatThrottleInterval)
which means that context times out immediatelyThe text was updated successfully, but these errors were encountered: