[PR #2373] [MERGED] [signal] Use signal dispatcher #15039

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/2373
Author: @pascal-fischer
Created: 8/1/2024
Status: Merged
Merged: 8/30/2024
Merged by: @pascal-fischer

Base: mainHead: feature/signal-dispatcher


📝 Commits (10+)

  • b410dc3 use signal dispatcher + refactor
  • 6437fd8 Merge branch 'refs/heads/main' into feature/signal-dispatcher
  • fae5a22 fake commit
  • a10023f go mod tidy
  • d98df55 test different context
  • 5a37be0 add early message forward
  • dab285e Merge branch 'refs/heads/main' into feature/signal-dispatcher
  • 9679395 merge main + go mod tidy
  • edd9928 add error handling
  • adf55b3 Merge branch 'main' into feature/signal-dispatcher

📊 Changes

4 files changed (+83 additions, -76 deletions)

View changed files

📝 go.mod (+1 -0)
📝 go.sum (+2 -0)
📝 signal/peer/peer.go (+8 -4)
📝 signal/server/signal.go (+72 -72)

📄 Description

Describe your changes

This PR refactors the signal logic and uses the 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/2373 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 8/1/2024 **Status:** ✅ Merged **Merged:** 8/30/2024 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `feature/signal-dispatcher` --- ### 📝 Commits (10+) - [`b410dc3`](https://github.com/netbirdio/netbird/commit/b410dc3d0005322aa4c5353aca00312377859207) use signal dispatcher + refactor - [`6437fd8`](https://github.com/netbirdio/netbird/commit/6437fd8685b48477395ece9648b8ad23f37b45ad) Merge branch 'refs/heads/main' into feature/signal-dispatcher - [`fae5a22`](https://github.com/netbirdio/netbird/commit/fae5a2231eea7a0b1a389b573a90a82e10a6753d) fake commit - [`a10023f`](https://github.com/netbirdio/netbird/commit/a10023f7e19f01c791e232ef4b9146875030c67d) go mod tidy - [`d98df55`](https://github.com/netbirdio/netbird/commit/d98df551c0ec0423a4ff231a9a900a6bd4e473a4) test different context - [`5a37be0`](https://github.com/netbirdio/netbird/commit/5a37be01c36c7979179fa75e366a96118a19c17c) add early message forward - [`dab285e`](https://github.com/netbirdio/netbird/commit/dab285e8740826c7e5089a8a99389c172ccda566) Merge branch 'refs/heads/main' into feature/signal-dispatcher - [`9679395`](https://github.com/netbirdio/netbird/commit/96793950ac98cc5a01f06f015dc2a8b76bdad282) merge main + go mod tidy - [`edd9928`](https://github.com/netbirdio/netbird/commit/edd992857b6cebf32dfff77c20b6864645a346d5) add error handling - [`adf55b3`](https://github.com/netbirdio/netbird/commit/adf55b3d93b6b59e92cb1de768c2b983429a5d4d) Merge branch 'main' into feature/signal-dispatcher ### 📊 Changes **4 files changed** (+83 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -0) 📝 `go.sum` (+2 -0) 📝 `signal/peer/peer.go` (+8 -4) 📝 `signal/server/signal.go` (+72 -72) </details> ### 📄 Description ## Describe your changes This PR refactors the signal logic and uses the 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#15039