Michal Steyn

Results 6 comments of Michal Steyn

We heavily make use of both Serilog and NLog. Any plan to add NLog support? If not, will the internals be made public in the next release (~1-2 weeks)? That...

"We don't officially support Windows." That is a real bummer!!! I would massively upvote support for Docker in Windows.

Hi @phatboyg, just to clarify, we make use of the Request / Response pattern. We use a microservice architecture and sometimes have a huge spike in transient processes. Whenever these...

I have uploaded a sample simulating the issue [here](https://github.com/michalsteyn/MTChannelTest). So it makes sense, every time a process restarts, it creates a new unique queue for that process. That queue is...

Update: @dmitrynovik implemented the following change, and it seems to have solved the problem: ```csharp static async Task SimulateProcessRestart() { var bus = Bus.Factory.CreateUsingRabbitMq(sbc => { sbc.Host(new Uri("rabbitmq://localhost"), h =>...

Excellent. Yes, we have mechanisms in place to prevent multiple instances running for the same Kiosk. This solves our issue. Thanks for the help.