netbird/relay/client
Zoltan Papp fc4b37f7bc
Exit from processConnResults after all tries (#2621)
* Exit from processConnResults after all tries

If all server is unavailable then the server picker never return
because we never close the result channel.
Count the number of the results and exit when we reached the
expected size
2024-09-19 13:49:28 +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 - Increase queue size and drop the overflowed messages (#2617) 2024-09-19 13:49:09 +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_test.go Exit from processConnResults after all tries (#2621) 2024-09-19 13:49:28 +02:00
picker.go Exit from processConnResults after all tries (#2621) 2024-09-19 13:49:28 +02:00