Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

polling without qcoreapplication

wakonig_k requested to merge fix/qcoreapplication_removed into main

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

Merge request reports

Loading