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

Resolve "Redis connector unregister do not unregister"

guijar_m requested to merge 165-redis-connector-unregister-do-not-unregister into main

Description

Fixed symmetry issue in connect_slot/disconnect_slot: when calling connect_slot the given callback is wrapped into a QtThreadSafeCallback object, when calling disconnect_slot with the same callback the comparison to find out if topics really need to be unregistered (from _topics_cb and from Redis, eventually) has to be done on the same QtThreadSafeCallback object.

Closes #165 (closed)

Edited by guijar_m

Merge request reports

Loading