Closed
Description
Hello!
I'm a big fan of this library, and I'm glad that there's a .NET solution for web push.
I was looking through the source code, and I noticed an easy to stumble into code smell in the SendNotification
implementation: a new HttpClient
is created for each notification sent.
There's a good article explaining why this is bad, and how to fix it.