Refactor/q timer heartbeat
Description
Threaded heartbeat for RPC BECFigure replaced with QTimer with 1 second refresh rate.
Related Issues
In combination with fixed event loop this MR also fix stuck BECIPythonClient
. Closes #119 (closed)
Type of Change
- Heartbeat thread changed to
QTimer
with 1s refresh rate.
Potential side effects
Screenshots / GIFs (if applicable)
[Include any relevant screenshots or GIFs to showcase the changes made.]
Additional Comments
Has to be merged after !68 (merged)