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 client class uses an instance of HttpClient, which implements IDisposable, but never disposes of it. I am not sure what the memory and networking consequences are when creating a bunch of HttpClient instances without proper disposal, but it might be a good idea to implement IDisposable and allow developers to properly release those resources.
The text was updated successfully, but these errors were encountered:
Thank you for this, we are right now prioritising adding feature parity to our API and then we will be working to actually move to asynchronously requests which may solve this problem at once. But happy to review any PR in the meantime if you have the time to create one. 👍
The client class uses an instance of HttpClient, which implements IDisposable, but never disposes of it. I am not sure what the memory and networking consequences are when creating a bunch of HttpClient instances without proper disposal, but it might be a good idea to implement IDisposable and allow developers to properly release those resources.
The text was updated successfully, but these errors were encountered: