Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cziter15 committed Feb 2, 2025
1 parent 222fbf7 commit 9755c0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ksf/comp/ksMqttConnector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ namespace ksf::comps
{
bitflags.wasConnected = false;
reconnectTimer.restart();
onDisconnected->broadcast();
domainResolver.invalidate();
onDisconnected->broadcast();
}
else if (reconnectTimer.triggered())
{
Expand All @@ -265,8 +265,8 @@ namespace ksf::comps
bitflags.wasConnected = true;
mqttConnectedInternal();
}
else domainResolver.invalidate();
}
else domainResolver.invalidate();
}
}
}
Expand Down

0 comments on commit 9755c0a

Please sign in to comment.