eclipse / tahu

Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.

Home Page:https://eclipse.org/tahu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Edge Node: Rebirth NCMD creates new Thread and doesn't shutdown previous

otimofieiev opened this issue · comments

Efficiently, it multiplies threads and messages sent.
After launch we have a thread sending a message every 5 seconds.
After rebirth we have 2 threads each sending a message every 5 seconds.
And so on.