From 69ede9c5ecd4930d45b2009fbf7b21b13a389486 Mon Sep 17 00:00:00 2001
From: gifrerenom <lluis.gifre@cttc.es>
Date: Wed, 23 Apr 2025 14:16:41 +0000
Subject: [PATCH] NBI component - Heartbeat:

- Reactivated thread distributing heatbeaths
---
 src/nbi/service/health_probes/Namespaces.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/nbi/service/health_probes/Namespaces.py b/src/nbi/service/health_probes/Namespaces.py
index 5f6a5205f..8a3f9323c 100644
--- a/src/nbi/service/health_probes/Namespaces.py
+++ b/src/nbi/service/health_probes/Namespaces.py
@@ -24,7 +24,7 @@ class HeartbeatServerNamespace(Namespace):
     def __init__(self):
         super().__init__(namespace=SIO_NAMESPACE)
         self._thread = HeartbeatThread(self)
-        #self._thread.start()
+        self._thread.start()
 
     def stop_thread(self) -> None:
         self._thread.stop()
-- 
GitLab