forked from leetreveil/.NET-Auto-Update
-
Notifications
You must be signed in to change notification settings - Fork 161
Open
Description
In UpdateManager.cs, the following code is called during PrepareUpdates (line 240) and ApplyUpdates (line 404):
task.ProgressDelegate += status => TaskProgressCallback(status, t);
Hence, during ApplyUpdates, TaskProgressCallback is called twice for a single call to OnProgress.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels