Skip to content

Conversation

GurGaller
Copy link
Contributor

Fixes issue #78

Also fixed a StackOverflow error in WebPushClient.SendNotification
@GurGaller
Copy link
Contributor Author

Note the use of .GetAwaiter().GetResult() over .Result to capture any possible exceptions correctly. .Result will throw an AggregateException instead of the original exception.

@coryjthompson coryjthompson merged commit 77b04bd into web-push-libs:master Jul 14, 2021
@coryjthompson
Copy link
Member

This is excellent - thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants