rebus-org / Rebus.MongoDb

:bus: MongoDB persistence implementations for Rebus
https://mookid.dk/category/rebus
Other
5 stars 7 forks source link

Exception trying to use Mongo Timeout Manager #12

Closed LukePaulinePaxton closed 1 year ago

LukePaulinePaxton commented 1 year ago

When trying to use MongoDB for timeouts, Rebus is throwing an exception resolving the bus with the inner exceptions: ResolutionException: Could not resolve Rebus.Timeouts.ITimeoutManager with decorator depth 0 - registrations: Rebus.Injection.Injectionist+Handler and ArgumentException: Value cannot be empty. (Parameter 'name')

LukePaulinePaxton commented 1 year ago

Sorry ignore this, found the issue in our own code due to a config issue!