Closed mib85 closed 8 months ago
Thanks for raising. Sounds like this is a bug. Let me try to replicate and look into this.
hey @mib85 please check version 2.2.3 - it should be resolved. Please let me know if any issues. Thanks!
Hi @zarusz. I did some tests and everything seems fine. Thank you very much!
Hello,
I'm noticing unexpected behavior when using SlimMessageBus.Host.Kafka with .NET Generic Host.
When I run this code
I get this output on Console
It seems that the consumers are started twice. I don't know if this is normal/managed behavior or if I should use a different configuration.
This is my csproj:
I also noticed that when updating
Microsoft.Extensions.Hosting.WindowsServices
to version8.0.0
this behavior does not occur and the consumers are started only once.