Skip to content

Commit e03e3a9

Browse files
author
Hubert Plociniczak
committed
Fixed typo
1 parent fb8c2aa commit e03e3a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/client/impl/ConnectionBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ public void HeartbeatReadLoop()
539539
FinishClose();
540540
}
541541

542-
public void NotifyHearbeatThread()
542+
public void NotifyHeartbeatThread()
543543
{
544544
if (m_heartbeat == 0) {
545545
// Heartbeating not enabled for this connection.
@@ -600,7 +600,7 @@ public void MainLoopIteration()
600600
{
601601
Frame frame = m_frameHandler.ReadFrame();
602602

603-
NotifyHearbeatThread();
603+
NotifyHeartbeatThread();
604604
// We have received an actual frame.
605605
if (frame.Type == CommonFraming.Constants.FrameHeartbeat) {
606606
// Ignore it: we've already just reset the heartbeat

0 commit comments

Comments
 (0)