[PR #2372] [CLOSED] Use signal dispatcher #15038

Closed
opened 2026-08-05 03:06:50 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/2372
Author: @pascal-fischer
Created: 8/1/2024
Status: Closed

Base: mainHead: feature/use-signal-dispatcher


📝 Commits (1)

  • 2ddccdb use signal dispatcher + refactor

📊 Changes

4 files changed (+122 additions, -82 deletions)

View changed files

📝 go.mod (+17 -2)
📝 go.sum (+33 -2)
📝 signal/peer/peer.go (+8 -4)
📝 signal/server/signal.go (+64 -74)

📄 Description

Describe your changes

This PR will use the extracted signal dispatcher.

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/2372 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 8/1/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `feature/use-signal-dispatcher` --- ### 📝 Commits (1) - [`2ddccdb`](https://github.com/netbirdio/netbird/commit/2ddccdbf7379448811de4de602fbbd44d71d2a28) use signal dispatcher + refactor ### 📊 Changes **4 files changed** (+122 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+17 -2) 📝 `go.sum` (+33 -2) 📝 `signal/peer/peer.go` (+8 -4) 📝 `signal/server/signal.go` (+64 -74) </details> ### 📄 Description ## Describe your changes This PR will use the extracted signal dispatcher. ## Issue ticket number and link ### Checklist - [ ] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [x] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <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 03:06:50 -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#15038