[PR #147] [MERGED] refactor signal client sync func #2578

Closed
opened 2025-11-20 07:11:42 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/147
Author: @braginini
Created: 11/3/2021
Status: Merged
Merged: 11/6/2021
Merged by: @braginini

Base: mainHead: braginini/refactor-signal-client-sync-func


📝 Commits (10+)

  • 75dca4d refactor: move goroutine that runs Signal Client Receive to engine for better control
  • f703134 chore: fix comments typo
  • b3801b0 test: fix golint
  • 5bd4f2c chore: comments update
  • 5f2c42d chore: consider connection state=READY in signal and management clients
  • 1d2f962 test: make signal test pass
  • 3c8ed65 chore: fix typos
  • 41bf11e test: fix signal ping-pong test
  • 0439329 chore: add wait condition to signal client
  • a277f48 chore: add wait condition to signal client

📊 Changes

4 files changed (+236 additions, -124 deletions)

View changed files

📝 client/internal/engine.go (+64 -54)
📝 management/client/client.go (+24 -3)
📝 signal/client/client.go (+109 -44)
📝 signal/client/client_test.go (+39 -23)

📄 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/147 **Author:** [@braginini](https://github.com/braginini) **Created:** 11/3/2021 **Status:** ✅ Merged **Merged:** 11/6/2021 **Merged by:** [@braginini](https://github.com/braginini) **Base:** `main` ← **Head:** `braginini/refactor-signal-client-sync-func` --- ### 📝 Commits (10+) - [`75dca4d`](https://github.com/netbirdio/netbird/commit/75dca4d1a171d622d9997edfef89e1c9bb68c633) refactor: move goroutine that runs Signal Client Receive to engine for better control - [`f703134`](https://github.com/netbirdio/netbird/commit/f70313485b598d25baa2dcba68264c2ea6fed5a2) chore: fix comments typo - [`b3801b0`](https://github.com/netbirdio/netbird/commit/b3801b038bdb80738a07c64c85598d25f449f5b9) test: fix golint - [`5bd4f2c`](https://github.com/netbirdio/netbird/commit/5bd4f2cc88c41d62ab522bcd262095b3fe840d22) chore: comments update - [`5f2c42d`](https://github.com/netbirdio/netbird/commit/5f2c42d642e981470366b96f489bc42a69aebd1b) chore: consider connection state=READY in signal and management clients - [`1d2f962`](https://github.com/netbirdio/netbird/commit/1d2f962268438ebdb28a59b5ce158cbeb018e5d8) test: make signal test pass - [`3c8ed65`](https://github.com/netbirdio/netbird/commit/3c8ed65df7022b0311a43e9ba3e8d1d41ab2c5b4) chore: fix typos - [`41bf11e`](https://github.com/netbirdio/netbird/commit/41bf11efc214172e273dab56c1e3df44c74b3c8f) test: fix signal ping-pong test - [`0439329`](https://github.com/netbirdio/netbird/commit/04393293164c8d9e551bc3d2c443fc7a36e97a19) chore: add wait condition to signal client - [`a277f48`](https://github.com/netbirdio/netbird/commit/a277f48b2a450370e3582ba6c05992af6232e068) chore: add wait condition to signal client ### 📊 Changes **4 files changed** (+236 additions, -124 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/engine.go` (+64 -54) 📝 `management/client/client.go` (+24 -3) 📝 `signal/client/client.go` (+109 -44) 📝 `signal/client/client_test.go` (+39 -23) </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 2025-11-20 07:11:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#2578