Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6683234642 | |||
| 1471d9e597 |
+1
-1
@@ -27,7 +27,7 @@ public class ProcessEmailNotificationsEventHandler(IDbContextFactory<ShopDbConte
|
||||
|
||||
foreach (var notification in notifications)
|
||||
{
|
||||
if (dropBatch || cancellationToken.IsCancellationRequested) break;
|
||||
if (dropBatch) break;
|
||||
|
||||
var sendResult = await SendEmailAsync(notification,emailService, cancellationToken);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user