DevOnBike
DevOnBike
> To better assist with questions like this, why don't you propose an architectural solution/plan you were thinking, then we can assist with answering how best to work with RawRabbit....
> I faced this question with another messaging framework. That messaging framework didn't offer any form of batch-publishing or transactionalisation (which is basically what I needed for a unit-of-work pattern)....
Hi, another issue we have faced is that after about 12h of disconnection from broker EasyNetQ can't retrieve messages from server. Here are exact steps to reproduce: 1. We are...
Hmm, I think easynetq should handle such cases because we don't want to restart subscription service everytime we lost connection to broker for longer time. Currently easynetq has mature state...
@zidad Any clues where to start in source code?
> Please try installing the latest version of [Microsoft.Data.SqlClient](https://www.nuget.org/packages/Microsoft.Data.SqlClient/) package (latest stable version at the moment is 4.1.0) and use the following connection factory in your Hangfire configuration logic in...
So new code is working on test environment for 2 days and it looks very promising - no memory leaks, low memory consuption, no errors for now. I will let...
> Oh my friend, if you knew how long I've been chasing the cause of this problem, blaming Hangfire. Don't understand how System.Data.SqlClient library began to work so poorly after...