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 "bec error message if gui was closed manually"

guijar_m requested to merge 181-bec-error-message-if-gui-was-closed-manually into main

Description

When server process is required to stop, since we start it ourselves there is no point trying to communicate with it: just send SIGTERM and let it die - the cleanup of the remote server is handled in the server itself.

Closes #181 (closed)

Edited by guijar_m

Merge request reports