Skip to content

Commit

Permalink
Merge pull request Redth#772 from ForNeVeR/patch-1
Browse files Browse the repository at this point in the history
Readme: Failed → Succeeded
  • Loading branch information
Redth authored Dec 1, 2016
2 parents bf69177 + 779e13f commit f9982f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ gcmBroker.OnNotificationFailed += (notification, aggregateEx) => {
var multicastException = (GcmMulticastResultException)ex;

foreach (var succeededNotification in multicastException.Succeeded) {
Console.WriteLine ($"GCM Notification Failed: ID={succeededNotification.MessageId}");
Console.WriteLine ($"GCM Notification Succeeded: ID={succeededNotification.MessageId}");
}

foreach (var failedKvp in multicastException.Failed) {
Expand Down

0 comments on commit f9982f1

Please sign in to comment.