[PR #140] [MERGED] fix: return ctx error when UP command exists #12206

Closed
opened 2026-08-05 01:32:39 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/140
Author: @braginini
Created: 10/26/2021
Status: Merged
Merged: 10/26/2021
Merged by: @braginini

Base: mainHead: fix/client-hangs-on-mgmt-exit


📝 Commits (1)

  • b7a6e11 fix: return ctx error when UP command exists

📊 Changes

1 file changed (+6 additions, -2 deletions)

View changed files

📝 client/cmd/up.go (+6 -2)

📄 Description

The client app (UP command) won't restart in case the management server retry loop exists.
This results in the service being in status RUNNING, but nothing happens in the app.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/140 **Author:** [@braginini](https://github.com/braginini) **Created:** 10/26/2021 **Status:** ✅ Merged **Merged:** 10/26/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `fix/client-hangs-on-mgmt-exit` --- ### 📝 Commits (1) - [`b7a6e11`](https://github.com/netbirdio/netbird/commit/b7a6e11a73625e4e60807b27d9aab009ad08bb14) fix: return ctx error when UP command exists ### 📊 Changes **1 file changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/up.go` (+6 -2) </details> ### 📄 Description The client app (UP command) won't restart in case the management server retry loop exists. This results in the service being in status RUNNING, but nothing happens in the app. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 01:32:39 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#12206