gergomiho
Results
1
issues of
gergomiho
I am trying to inject a Scoped context to a Transient message handler and I am receiving an exception Example code (removed the config part) : `services.AddRabbitMqClientTransient(new RabbitMqClientOptions{}).AddProductionExchange("events.user", new RabbitMqExchangeOptions{}).AddConsumptionExchange("events.essay",...