good morning!!!!

Skip to content
Snippets Groups Projects
Commit 06086b64 authored by Garet Halliday's avatar Garet Halliday
Browse files

ignore

parent f0dc282f
No related branches found
No related tags found
1 merge request!37return error to all clients waiting on idreply when connection closes
Pipeline #33439 failed
......@@ -172,11 +172,9 @@ func TestCloseClient(t *testing.T) {
return
}
go func() {
if err := cl.Close(); err != nil {
t.Error(err)
}
}()
time.AfterFunc(10*time.Millisecond, func() {
_ = cl.Close()
})
for {
select {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment