Closed ogix closed 7 years ago
In my web app when I try to send a message second time I get this exception. This is because HttpClient is static and it is disposed after the first usage. What is the reason to make it static?
There's no reason! I will fix it!
New Version avaliable
In my web app when I try to send a message second time I get this exception. This is because HttpClient is static and it is disposed after the first usage. What is the reason to make it static?