netbird/relay/client
Zoltan Papp 97e10e440c
Fix leaked server connections (#2596)
Fix leaked server connections

close unused connections in the client lib
close deprecated connection in the server lib
The Server Picker is reusable in the guard if we want in the future. So we can support the server address changes.

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>

* Add logging

---------

Co-authored-by: Maycon Santos <mlsmaycon@gmail.com>
2024-09-16 16:11:10 +02:00
..
dialer/ws [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
addr.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
client_test.go Fix blocked net.Conn Close call (#2600) 2024-09-14 10:27:37 +02:00
client.go Fix leaked server connections (#2596) 2024-09-16 16:11:10 +02:00
conn.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
doc.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
guard.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
manager_test.go [relay] Feature/relay integration (#2244) 2024-09-08 12:06:14 +02:00
manager.go Fix leaked server connections (#2596) 2024-09-16 16:11:10 +02:00
picker.go Fix leaked server connections (#2596) 2024-09-16 16:11:10 +02:00