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

Remove duplicated stop

appel_c requested to merge remove_duplicated_stop into master

Upon raising an TimeoutError, the functions finished or arm_acquisition would interrupt the data backend. However, these were redundant calls since BEC would call dev.stop()upon Exception anyways.

We have seen that multiple calls may cause problems, thus, removed I removed the redundant stop calls.

Merge request reports