-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(outbox): add cancellation token to IsReadyAsync method
- Added CancellationToken parameter to the IsReadyAsync method in both MassTransitOutboxRelay and IOutboxMessageHandler classes. - Updated OutboxDeliveryService class to handle OperationCanceledException when checking if message handler is ready. - Replaced timeout with deliveryTimeout in various methods within OutboxDeliveryService for better clarity.
- Loading branch information
1 parent
6586483
commit 5d5e59a
Showing
3 changed files
with
25 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters