You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 6, 2025. It is now read-only.
It would be nice if the saga could set a timeout in the message handlers.
For example, the saga could implement such an interface, similar to
ISagaAction:(I'm supposing that a timeout doesn't necessarily complete the Saga.)
Timeout could be scheduled in message handler through a method of
ISagaSource of inspiration: https://docs.particular.net/nservicebus/sagas/timeouts