Skip to content

Commit

Permalink
Readme: Failed → Succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR authored Nov 10, 2016
1 parent 5abac61 commit 779e13f
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 779e13f

Please sign in to comment.