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
Someone api will cost N ms.
If we SetTimeout M ms (N< M < 2N) to Client and we call this api twice, the server side will receive three request and send three response.
SetTimeout
Client
In client side, user only see 2 api call but 3 api call be sent actually.
This issue will be duplicated in go 1.7.3, here is the code.
I found a bad implement of SetTimeout and fix it.
The text was updated successfully, but these errors were encountered:
@lrita Thanks for your PR, I have added a comment. Please have a look.
Sorry, something went wrong.
I have fixed the build errors in golang 1.2.
Thanks @lrita.
PR #60 Merged.
jeevatkm
No branches or pull requests
Someone api will cost N ms.
If we
SetTimeout
M ms (N< M < 2N) toClient
and we call this api twice, the server side will receive three request and send three response.In client side, user only see 2 api call but 3 api call be sent actually.
This issue will be duplicated in go 1.7.3, here is the code.
I found a bad implement of
SetTimeout
and fix it.The text was updated successfully, but these errors were encountered: