alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

Remove Newtonsoft.Json and use System.Text.Json #112

Closed penguinawesome closed 2 years ago

penguinawesome commented 2 years ago

We have observed that this library still depending on Newtonsoft.Json. Newtonsoft is very slow. I hope you could replace it with System.Text.json already since this is faster and the default json serializer already for .net.

alexalok commented 2 years ago

Sorry, this is not a high priority on my list. Perhaps someone could make a PR? I'll gladly review and merge.