robertobucher / pysimCoder

Block diagram editor and real time code generator for Python
GNU General Public License v3.0
142 stars 31 forks source link

shv: provide future connection attempt if server not available #87

Closed michallenc closed 3 months ago

michallenc commented 3 months ago

The client now tries to periodically (hard time of 30 seconds is set) connect to the server/broker if not available during application start. This way pysimCoder application can be started before to SHV broker and is connected once the broker becomes available.