good morning!!!!

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

oops

parent 2bed11bf
No related branches found
No related tags found
1 merge request!37return error to all clients waiting on idreply when connection closes
Pipeline #33433 failed with stage
in 7 minutes and 40 seconds
...@@ -173,7 +173,7 @@ func TestCloseClient(t *testing.T) { ...@@ -173,7 +173,7 @@ func TestCloseClient(t *testing.T) {
} }
go func() { go func() {
if err = cl.Close(); err != nil { if err := cl.Close(); err != nil {
t.Error(err) t.Error(err)
} }
}() }()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment