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
The HttpClient type is a shared object and shouldn't be disposed of each time it is used (even though the IDisposable interface would leave you to believe that...).
Instead, the MountebankRequestProxy should maintain a static reference to it and re-use it between requests.
The
HttpClient
type is a shared object and shouldn't be disposed of each time it is used (even though the IDisposable interface would leave you to believe that...).Instead, the
MountebankRequestProxy
should maintain a static reference to it and re-use it between requests.See this blog post for more details.
The text was updated successfully, but these errors were encountered: