-
-
Notifications
You must be signed in to change notification settings - Fork 733
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
concurrent map #981
Comments
@juliomartinsdev Could you please clarify whether you created a single *resty.Request and sent HTTP requests concurrently, or if you used a separate *resty.Request for each request? |
@juliomartinsdev Do not reuse the |
i used a single client and used a separate client.R() in each request |
Thanks for getting back. Last night, I looked at the code flow based on the above trace log. I didn't get a clue, and also lock and release seems okay. Could you help me with a sample unit test case to reproduce the issue? |
@juliomartinsdev ping^ |
i notice this error using v3, is in application with many requests,
i dont know if this issue is releated
can any one help here?
The text was updated successfully, but these errors were encountered: