polling without qcoreapplication
Description
This MR removes the need for spinning up a dedicated qcoreapplication on the client side for polling events, as it caused segfaults when used together with pandas / matplotlib on RHEL8.
Related Issues
closes bec#342 (closed)
Type of Change
- Removed qcoreapplication from bec dispatcher
- Moved auto updates to separate thread
- Moved QtRedisMessageWaiter to qt utils
Additional comments
As it relies on a fix in bec_lib, the min version was increased.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k