stukselbax

Results 5 comments of stukselbax

Today is 22.11.2021, problem still exist - System.IdentityModel.Tokens.Jwt, Version=6.14.1.0. Please, introduce major release with Y2K fix. One day the users with old version of this package will get broken application....

> My best guess here is that the server acknowledges with multiple set to true No, server sends basic.ack and multiple = false, because it didn't ever seen the second...

> `WaitForConfirmsOrDie` is expected to block until a timeout hits or all outstanding messages are confirmed. Message 1 was sent. Message 2 was tried to send, but error ocured before...

@alhardy, Probably you could use [IHttpClientFactory](https://www.stevejgordon.co.uk/introduction-to-httpclientfactory-aspnetcore), and let users of your library to inject whatever they want. The series of blog posts also describes how to add [Polly](https://www.stevejgordon.co.uk/httpclientfactory-using-polly-for-transient-fault-handling).

I've look at `IntegrationTests`, and the fact is that there is no usage of `ConfigureMetrics` method (which throws an exception, but there is one which doesn't). Instead, it uses `Startup`,...