Skip to content

Commit e439df5

Browse files
Update projects/RabbitMQ.Client/client/impl/Connection.Receive.cs
Co-authored-by: Daniel Marbach <[email protected]>
1 parent bf8c1b5 commit e439df5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

projects/RabbitMQ.Client/client/impl/Connection.Receive.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,8 @@ private async Task HardProtocolExceptionHandler(HardProtocolException hpe)
164164
_session0.Transmit(in cmd);
165165
if (hpe.CanShutdownCleanly)
166166
{
167-
await ClosingLoop().ConfigureAwait(false);
167+
await ClosingLoop()
168+
.ConfigureAwait(false);
168169
}
169170
}
170171
catch (IOException ioe)

0 commit comments

Comments
 (0)