Skip to content

Commit a590ff2

Browse files
Update src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a69e156 commit a590ff2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/CommunityToolkit.Datasync.Client/Offline/OperationsQueue/OperationsQueueManager.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,9 @@ internal async Task<PushResult> PushAsync(IEnumerable<Type> entityTypes, PushOpt
283283
// Signal we ended the push operation.
284284
this._context.SendSynchronizationEvent(new SynchronizationEventArgs()
285285
{
286-
EventType = SynchronizationEventType.PushEnded
286+
EventType = SynchronizationEventType.PushEnded,
287+
ItemsProcessed = 0,
288+
ItemsTotal = 0
287289
});
288290
return pushResult;
289291
}

0 commit comments

Comments
 (0)