You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't find it from the search engine. I have a use case that there are concurrent Go routines invoke multiple REST call through the same Gentleman client. I wonder if the Gentleman client is thread safe or not.
The text was updated successfully, but these errors were encountered:
if you use client.NewRequest for every request, i think it's thread safe, it always copy middleware,ctx from client and new http request and response for every request
I can't find it from the search engine. I have a use case that there are concurrent Go routines invoke multiple REST call through the same Gentleman client. I wonder if the Gentleman client is thread safe or not.
The text was updated successfully, but these errors were encountered: