Skip to content

Commit 54f71e5

Browse files
committed
fix(ws): 忽略无载荷连接确认日志
1 parent 138d5d9 commit 54f71e5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

internal/client/ws_message_handler.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ func (c *WSClient) handleMessage(resp *deployPB.NotifyResponse) {
102102
// 后端建立连接后会发送不带 payload 的欢迎通知;这不是连接测试请求。
103103
// 只有携带 connectRequest 时才执行 provider 连接测试。
104104
if resp.Data == nil {
105-
logger.Debug("收到 WebSocket 连接确认通知", "requestId", resp.RequestId)
106105
return
107106
}
108107
if connectReq, ok := resp.Data.(*deployPB.NotifyResponse_ConnectRequest); ok {

0 commit comments

Comments
 (0)