We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CloseAsync
1 parent 54a355c commit 9919b0cCopy full SHA for 9919b0c
projects/Test/OAuth2/TestOAuth2.cs
@@ -182,6 +182,7 @@ public async void SecondConnectionCrashes_GH1429()
182
{
183
// https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1429
184
IConnection secondConnection = await _connectionFactory.CreateConnectionAsync(CancellationToken.None);
185
+ await secondConnection.CloseAsync();
186
secondConnection.Dispose();
187
}
188
0 commit comments