Skip to content

Commit b8bfc0d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ private void ProcessFrame(InboundFrame frame)
9191
{
9292
if (frame.Type == FrameType.FrameHeartbeat)
9393
{
94-
// Ignore it: we've already just reset the heartbeat
94+
// Ignore it: we've already recently reset the heartbeat
9595
}
9696
else
9797
{

0 commit comments

Comments
 (0)