Tim Bussmann

Results 65 comments of Tim Bussmann

would be really nice to get an update on this since it looks like the v1.53 milestone was just removed without replacement. xUnit 3 support would be extremely helpful.

> This feature would be especially useful for replying to some originating instance. Can you share some more details about your use case? In general, auto-deleting queues are a potential...

Hi @Timovzl Sorry for taking so long to get back to you. Thanks for your detailed comment, that is very helpful 👍 From what I understand, the auto-delete feature you're...

> If the team indeed considers the feature too niche and/or hard to uniformly get right, I will close this issue and look into using a custom IHostedService, as you...

We ran into the same exception, changing the PdfReadAccuracy level avoids the exception but doesn't provide any results `PdfReader.Open(stream, PdfDocumentOpenMode.Import, PdfReadAccuracy.Moderate)`.

I think we need to be careful here. The acceptance tests are designed to run as integration tests in many downstream repos with different transport packages being used. While the...

what version are you using in prod? > could it be that notifications does a whenall. Yes `OnMessageSentToErrorQueue` goes through that path, so the event callbacks could be potentially executed...

How often are you observing this error? Do you use other packages that might work with the exception in an async way, e.g. OpenTelemetry, logging, or something like that?

I can definitely imagine that the collection modification in the `ExceptionEnricher` might be related. However I've been unable to isolate/reproduce the issue using Serilog and enrichers, it seems like the...

Additional notes on this: - Sending delayed delivery or error messages doesn't fail because the connection to send messages is separate and is not being changed when changing the concurrency...