We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8c2aa commit e03e3a9Copy full SHA for e03e3a9
src/client/impl/ConnectionBase.cs
@@ -539,7 +539,7 @@ public void HeartbeatReadLoop()
539
FinishClose();
540
}
541
542
- public void NotifyHearbeatThread()
+ public void NotifyHeartbeatThread()
543
{
544
if (m_heartbeat == 0) {
545
// Heartbeating not enabled for this connection.
@@ -600,7 +600,7 @@ public void MainLoopIteration()
600
601
Frame frame = m_frameHandler.ReadFrame();
602
603
- NotifyHearbeatThread();
+ NotifyHeartbeatThread();
604
// We have received an actual frame.
605
if (frame.Type == CommonFraming.Constants.FrameHeartbeat) {
606
// Ignore it: we've already just reset the heartbeat
0 commit comments