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 99022cc commit fb8c2aaCopy full SHA for fb8c2aa
src/client/impl/ConnectionBase.cs
@@ -600,7 +600,7 @@ public void MainLoopIteration()
600
{
601
Frame frame = m_frameHandler.ReadFrame();
602
603
- NotifyHearbeatThread();
+ NotifyHearbeatThread();
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