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

fix(utils/bec_dispatcher): _do_disconnect_slot will shutdown consumer of...

wyzula_j requested to merge bec_dispatcher-fix-signal-disconnect into master

Description

If bec_dispetcher attempted to close a consumer for signal/slot connection which was (from any reason) already disconnected somewhere else, the bec_dispatcher will continue to shutdown that consumer instead of just be stucked at TypeError (each signal can be disconnected only once in Qt)

Related Issues

n None

Type of Change

  • BECDispatcher._do_disconnect_slot has try/except for TypeError for signal.disconnect(slot)

Potential side effects

Not known.

Screenshots / GIFs (if applicable)

Definition of Done

  • Documentation is up-to-date.

Merge request reports

Loading