angelobelchior / FCM.Net

Biblioteca para facilitar envio de Push Notification usando o Firebase Cloud Messaging do Google
MIT License
78 stars 28 forks source link

Cannot access a disposed object. Object name: 'System.Net.Http.HttpClient'. #3

Closed ogix closed 7 years ago

ogix commented 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?

angelobelchior commented 7 years ago

There's no reason! I will fix it!

angelobelchior commented 7 years ago

New Version avaliable