Skip to content
Snippets Groups Projects
Commit 69ede9c5 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component - Heartbeat:

- Reactivated thread distributing heatbeaths
parent 77efd29e
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!286Resolve "(CTTC) Implement integration test between E2E-IP-Optical SDN Controllers"
...@@ -24,7 +24,7 @@ class HeartbeatServerNamespace(Namespace): ...@@ -24,7 +24,7 @@ class HeartbeatServerNamespace(Namespace):
def __init__(self): def __init__(self):
super().__init__(namespace=SIO_NAMESPACE) super().__init__(namespace=SIO_NAMESPACE)
self._thread = HeartbeatThread(self) self._thread = HeartbeatThread(self)
#self._thread.start() self._thread.start()
def stop_thread(self) -> None: def stop_thread(self) -> None:
self._thread.stop() self._thread.stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment