[PR #3820] [MERGED] [signal] remove stream receive server side #23794

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

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/3820
Author: @pascal-fischer
Created: 5/13/2025
Status: Merged
Merged: 5/14/2025
Merged by: @pascal-fischer

Base: mainHead: fix/signal-goroutine-leak


📝 Commits (3)

  • 73fb728 remove stream receive server side
  • 53d920b fix listener error handling
  • 03f6ada update dispatcher ref

📊 Changes

3 files changed (+17 additions, -31 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)
📝 signal/server/signal.go (+14 -28)

📄 Description

Describe your changes

Stack

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/3820 **Author:** [@pascal-fischer](https://github.com/pascal-fischer) **Created:** 5/13/2025 **Status:** ✅ Merged **Merged:** 5/14/2025 **Merged by:** [@pascal-fischer](https://github.com/pascal-fischer) **Base:** `main` ← **Head:** `fix/signal-goroutine-leak` --- ### 📝 Commits (3) - [`73fb728`](https://github.com/netbirdio/netbird/commit/73fb728d8a97a1a400779165878b31c34b75c1d7) remove stream receive server side - [`53d920b`](https://github.com/netbirdio/netbird/commit/53d920bbd18d5103f0fa0f65d79bfcfa246f8a37) fix listener error handling - [`03f6ada`](https://github.com/netbirdio/netbird/commit/03f6ada5bbf040bcd1a0db46bbfe58d2270026db) update dispatcher ref ### 📊 Changes **3 files changed** (+17 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) 📝 `signal/server/signal.go` (+14 -28) </details> ### 📄 Description ## Describe your changes ## Issue ticket number and link ## Stack <!-- branch-stack --> ### 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 --- <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 06:07:51 -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#23794