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(image): image in single image mode do not raise popup error when connected again to the same monitor

wyzula_j requested to merge fix/image-error-popup into main

Description

Connecting image widget to the same monitor do not raise any popup error and just ignores the command.

Potential side effects

After disconnecting monitor from GUI, the previous endpoint is still connected and on_image_update slot still receives messages. This will be handled in separate MR with debugging of RedisConnector and BECDispatcher #292 (closed)

Related Issues

closes #273 (closed)

Edited by wyzula_j

Merge request reports