We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a2beb commit d48e48eCopy full SHA for d48e48e
README.md
@@ -141,8 +141,8 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {
141
Console.WriteLine ($"GCM Notification Failed: ID={n.MessageId}, Desc={e.Description}");
142
}
143
144
- } else if (ex is DeviceSubscriptonExpiredException) {
145
- var expiredException = (DeviceSubscriptonExpiredException)ex;
+ } else if (ex is DeviceSubscriptionExpiredException) {
+ var expiredException = (DeviceSubscriptionExpiredException)ex;
146
147
var oldId = expiredException.OldSubscriptionId;
148
var newId = expiredException.NewSubscriptionId;
0 commit comments