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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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()