Files
netbird/flow
Zoltán Papp 11e9c052b4 [client] Add graceful shutdown handling and test for concurrent Close during Receive
Prevent reconnection attempts after client closure by tracking a `closed` flag. Use `backoff.Permanent` for errors caused by operations on a closed client. Add a test to ensure `Close` does not block when `Receive` is actively running.
2026-03-31 16:35:35 +02:00
..