Guard e2e udp and tun channels when closed (#934)

This commit is contained in:
Nate Brown
2023-07-26 12:52:14 -05:00
committed by GitHub
parent e5af94e27a
commit 9c6592b159
3 changed files with 32 additions and 4 deletions

View File

@@ -410,6 +410,8 @@ func TestStage1RaceRelays(t *testing.T) {
p := r.RouteForAllUntilTxTun(myControl)
_ = p
r.FlushAll()
myControl.Stop()
theirControl.Stop()
relayControl.Stop()