web-push-libs / web-push-csharp

Web Push library for C#
Mozilla Public License 2.0
429 stars 108 forks source link

Can't set cancellationToken #77

Closed waleed1ace closed 3 years ago

waleed1ace commented 3 years ago

The current latest nuget version doesn't have the following method available: public async Task SendNotificationAsync(PushSubscription subscription, string payload = null, Dictionary<string, object> options = null, CancellationToken cancellationToken=default)

But it's shown on the main readme page: https://github.com/web-push-libs/web-push-csharp#sendnotificationasyncpushsubscription-payload-vapiddetailsgcmapikeyoptions-cancellationtoken

coryjthompson commented 3 years ago

Thanks,

The newest version has been uploaded to nuget with the CancellationToken. (v1.0.12)