We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03f24f0 commit 8ffbc71Copy full SHA for 8ffbc71
callback_test.go
@@ -192,7 +192,7 @@ func TestOnOpen_RealSocket(t *testing.T) {
192
// 等待处理
193
time.Sleep(tt.clientDelay)
194
if err := clientConn.Close(); err != nil {
195
- t.Logf("failed to close client connection: %v", err)
+ log.Printf("failed to close client connection: %v", err)
196
}
197
198
// 等待服务器处理完成
0 commit comments