Skip to content

Commit

Permalink
More comment update
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Nov 16, 2024
1 parent 0c1b153 commit 43d7079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IceRpc/Internal/IceDuplexConnectionDecorator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ internal IceDuplexConnectionDecorator(
// the connection is connected at the ice protocol level.
}

/// <summary>Schedules the initial heartbeat. Called by a client IceProtocolConnection once it receives the
/// <summary>Schedules the initial heartbeat. Called by a client IceProtocolConnection after it receives the
/// initial ValidateConnection frame from the server.</summary>
internal void ScheduleHeartbeat() => RescheduleWriteTimer();

Expand Down

0 comments on commit 43d7079

Please sign in to comment.