Commit 69ede9c5 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component - Heartbeat:

- Reactivated thread distributing heatbeaths
parent 77efd29e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()