You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cc @bollhals . The above change delays the assignment of the new channel to _innerChannel to the point where deliveries could be using the defunct channel.
I've spent quite a bit of time trying to figure out the cause of flaky test runs such as this:
https://ci.appveyor.com/project/rabbitmq/rabbitmq-dotnet-client/builds/42483470
This is the test that is usually flaky:
https://github.com/rabbitmq/rabbitmq-dotnet-client/blob/6.x/projects/Unit/TestConnectionRecovery.cs#L78-L84
TL;DR of what the test does:
rabbitmqctl
to forcibly close the connectionUpdate - this is due to a bug introduced here:
9e4b5ac#diff-8ac157517768ceec4089eb71059693ba4529f49c165989d85327d5c16e317007R146
The text was updated successfully, but these errors were encountered: