Michael Denny

Results 52 comments of Michael Denny

> I think I'll go with a sanitation of the `excludedInheritBranches` before passing to the method `ExcludingBranches`. Nope the problem it's not directly related to `excludedInheritBranches`, the `hotfix/v1.0.2` branch is...

@asbjornu I've opened the PR #3196 let me know if that make sense or you can do it better

> For the second one: > > https://josef.codes/custom-dictionary-string-object-jsonconverter-for-system-text-json/ > > As an example how we could handle IDictionary fields. I would go with this, just to resolve the dictionary serialization...

The main reason why EasyNetQ has choosen to create a channel per subscription, is because was the old suggested best practice as far as I remember, and the reason was...

@mikehadlow @Pliner what do you think about this? suggestions?

> I'm going to take a look at the easyNetQ source code now to see if I can understand what is going on and will report back with anything I...

I think we should check also implementation of other framework out there, how they implement this? Is this really a functionality that you want enabled per connection? Retries are not...

> in which case they are part of your 'business' logic, so a generic retry would not be my first choice for me too is the same > Integrating ENQ...

thanks @reisenberger if you have also some sample to share would be much appreciated

@Pliner what about exposing `Topics`? because `WithDefaultTopic` will be something that doesn't add any real feature, and then leave the responsibility to the implementation to add that check, instead if...