Skip to content

Commit 9919b0c

Browse files
committed
* Add another missing CloseAsync
1 parent 54a355c commit 9919b0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/Test/OAuth2/TestOAuth2.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public async void SecondConnectionCrashes_GH1429()
182182
{
183183
// https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1429
184184
IConnection secondConnection = await _connectionFactory.CreateConnectionAsync(CancellationToken.None);
185+
await secondConnection.CloseAsync();
185186
secondConnection.Dispose();
186187
}
187188

0 commit comments

Comments
 (0)