Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Sep 9, 2023
1 parent e292e4c commit 3e3cd4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GrpcDotNetNamedPipes/Internal/PipeReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public async Task ReadLoop()
while (_pipeStream.IsConnected &&
await _transport.Read(_messageHandler).ConfigureAwait(false))
{
await _transport.Read(_messageHandler).ConfigureAwait(false);
}
_logger.Log("Pipe disconnected");
}
Expand Down

0 comments on commit 3e3cd4e

Please sign in to comment.