coder/tailnet
Spike Curtis dc3d39baf8
fix: agent disconnects from coordinator (#7430)
* work around websocket deadline bug

Signed-off-by: Spike Curtis <spike@coder.com>

* Use test context to hold websocket open

Signed-off-by: Spike Curtis <spike@coder.com>

* Fix race creating test websocket

Signed-off-by: Spike Curtis <spike@coder.com>

* set write deadline to time.Time zero

Signed-off-by: Spike Curtis <spike@coder.com>

---------

Signed-off-by: Spike Curtis <spike@coder.com>
2023-05-05 20:29:03 +04:00
..
tailnettest feat: automatically use websockets if DERP upgrade is unavailable (#6381) 2023-03-01 22:18:14 +00:00
conn.go Only send tailnet nodes updates with preferred DERP (#7387) 2023-05-04 14:30:57 +04:00
conn_test.go Only send tailnet nodes updates with preferred DERP (#7387) 2023-05-04 14:30:57 +04:00
coordinator.go fix: agent disconnects from coordinator (#7430) 2023-05-05 20:29:03 +04:00
coordinator_test.go fix: agent disconnects from coordinator (#7430) 2023-05-05 20:29:03 +04:00
derp.go feat: automatically use websockets if DERP upgrade is unavailable (#6381) 2023-03-01 22:18:14 +00:00
derpmap.go feat: Add local configuration option for DERP mapping (#3996) 2022-09-11 16:45:49 -05:00
derpmap_test.go chore: format Go more aggressively 2023-02-18 18:32:09 -06:00