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
Currently (#507) we resort to plain Task.Delay which might: a) increase tests time unnecessarily b) not always be enough.
Mass Transit does not allow us to watch when outbox was delivered. We can think of writing our custom IBusOutboxNotification which would notify us when outbox cycle was completed.
This is just the idea, details will need to polished.
The text was updated successfully, but these errors were encountered:
Currently (#507) we resort to plain
Task.Delay
which might: a) increase tests time unnecessarily b) not always be enough.Mass Transit does not allow us to watch when outbox was delivered. We can think of writing our custom
IBusOutboxNotification
which would notify us when outbox cycle was completed.This is just the idea, details will need to polished.
The text was updated successfully, but these errors were encountered: