[PR #134] [MERGED] fix: graceful shutdown #12198

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

📋 Pull Request Information

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

Base: mainHead: graceful-service-shutdown


📝 Commits (2)

  • e938262 fix: graceful shutdown
  • b22372b fix: windows graceful shutdown

📊 Changes

8 files changed (+79 additions, -43 deletions)

View changed files

📝 client/cmd/root.go (+3 -1)
📝 client/cmd/service_controller.go (+13 -1)
📝 client/cmd/up.go (+6 -12)
📝 client/internal/connection.go (+9 -8)
📝 client/internal/engine.go (+31 -6)
📝 client/internal/wgproxy.go (+2 -2)
📝 management/client/client.go (+7 -7)
📝 signal/client/client.go (+8 -6)

📄 Description

No description provided


🔄 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/134 **Author:** [@braginini](https://github.com/braginini) **Created:** 10/17/2021 **Status:** ✅ Merged **Merged:** 10/17/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `graceful-service-shutdown` --- ### 📝 Commits (2) - [`e938262`](https://github.com/netbirdio/netbird/commit/e9382623752805f813941e42b325da27eeb7dc06) fix: graceful shutdown - [`b22372b`](https://github.com/netbirdio/netbird/commit/b22372b28f14f932bb1f06b49a9c3dce9a7649cf) fix: windows graceful shutdown ### 📊 Changes **8 files changed** (+79 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `client/cmd/root.go` (+3 -1) 📝 `client/cmd/service_controller.go` (+13 -1) 📝 `client/cmd/up.go` (+6 -12) 📝 `client/internal/connection.go` (+9 -8) 📝 `client/internal/engine.go` (+31 -6) 📝 `client/internal/wgproxy.go` (+2 -2) 📝 `management/client/client.go` (+7 -7) 📝 `signal/client/client.go` (+8 -6) </details> ### 📄 Description _No description provided_ --- <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:38 -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#12198