Bump RabbitMQ.Client to 6.8.1
Might fix a timeout issue. See issue 1355 on rabbitmq-dotnet-client Github. If it turns out to be another issue, upgrading the library is good either way.
This commit is contained in:
parent
b6bff2a2b8
commit
aa48b4bce3
@ -22,7 +22,7 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="JetBrains.Annotations" Version="2022.*" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.*" />
|
||||
<PackageReference Include="RabbitMQ.Client" Version="[6.5]" />
|
||||
<PackageReference Include="RabbitMQ.Client" Version="[6.8.1]" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user