Split key generation out in helper

This commit is contained in:
idk
2021-10-27 22:38:52 -04:00
parent ef67dc1e44
commit ca8d8688cb

View File

@ -104,7 +104,7 @@ func Test_PrimaryStreamingServerClient(t *testing.T) {
return
}
defer ss.Close()
time.Sleep(time.Second*10)
time.Sleep(time.Second * 10)
c, w := make(chan bool), make(chan bool)
go func(c, w chan (bool)) {
if !(<-w) {