No deadline survives the turn path, from mavweb down to llama-server #188
Reference in New Issue
Block a user
Delete Branch "task/638-no-deadline-survives-the-turn-path-from"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes Vikunja #638.
Acceptance criteria and quality gate are in
TASK.mdon this branch.Review the review, not the diff — leave comments and the agent will apply them via
task start 638.@@ -106,1 +119,4 @@// it cannot block behind the call it is interrupting.func (c *Client) Close() error {c.connMu.Lock()defer c.connMu.Unlock()it's defer and where do we call/reclaim it?