fix: remove client timeout #772

Merged
decentral1se merged 1 commits from fix/remove-timeout into main 2026-02-15 16:34:20 +00:00
Owner

It's the only timeout I can find re: #748. Let's see if that helps (or bounces back with a new "forever hanging" bug 🙃)

The other timeout code in connhelper.go is only used once for abra server add so you don't get stuck forever when a server doesn't respond 👇

cli/server/add.go Lines 72 to 75 in 4349ee82bc
// NOTE(d1): reasonable 5 second timeout for connections which can't
// succeed. The connection is attempted twice, so this results in 10
// seconds.
timeout := client.WithTimeout(5)

It's the only timeout I can find re: https://git.coopcloud.tech/toolshed/abra/issues/748. Let's see if that helps (or bounces back with a new "forever hanging" bug 🙃) The other timeout code in `connhelper.go` is only used once for `abra server add` so you don't get stuck forever when a server doesn't respond 👇 https://git.coopcloud.tech/toolshed/abra/src/commit/4349ee82bc194f5f473f4152ba79be94bb816920/cli/server/add.go#L72-L75
decentral1se added 1 commit 2026-02-15 16:29:57 +00:00
fix: remove timeout
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
10803b8bd0
decentral1se merged commit 5cfc1c076c into main 2026-02-15 16:34:20 +00:00
decentral1se deleted branch fix/remove-timeout 2026-02-15 16:34:20 +00:00
decentral1se added this to the Abra v0.13 project 2026-02-15 16:34:25 +00:00
decentral1se moved this to Done in Abra v0.13 on 2026-02-15 16:34:29 +00:00
Sign in to join this conversation.
No description provided.