refactor: implement connection pooling and state management for remote explorers
Release / release (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-09 16:24:11 +01:00
parent 91d28b844d
commit 5f7c977f77
5 changed files with 71 additions and 27 deletions
+6
View File
@@ -27,6 +27,12 @@ func installLinux() {
return
}
for _, arg := range os.Args {
if arg == "--debug" {
return
}
}
exe, err := os.Executable()
if err != nil {
return