danielcirket / OpenEventSourcing

MIT License
3 stars 0 forks source link

`IQueueMessageSender` registered as scoped but consumed in a singleton. #17

Closed AtLeastITry closed 4 years ago

AtLeastITry commented 4 years ago

Seems as though the OpenEventSourcing.RabbitMQ.Queues.IQueueMessageSender is registered as a scoped service but accessed in the singleton OpenEventSourcing.Events.IEventBusPublisher

When attempting to activate OpenEventSourcing.Events.IEventBusPublisher the following error occurs: