From 1625975814db7f95d3cebfe008192df21f034369 Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Thu, 12 Oct 2023 11:49:52 +0800 Subject: [PATCH] fix --- server/websocket/internal/logic/datatransferlogic.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/server/websocket/internal/logic/datatransferlogic.go b/server/websocket/internal/logic/datatransferlogic.go index b712535f..8363c5d2 100644 --- a/server/websocket/internal/logic/datatransferlogic.go +++ b/server/websocket/internal/logic/datatransferlogic.go @@ -87,8 +87,7 @@ type userConnPoolCtlChanItem struct { guestId int64 //必须(两个用户id任意一个不为0) uniqueId string //主连接池唯一标识(添加/删除时候必须) message []byte //消息(发送消息传的,格式是经过标准输出序列化后的数据) - //messageType constants.Websocket //消息类型(发送消息传的) - option int64 //操作 2发消息 1增加 0删除 + option int64 //操作 2发消息 1增加 0删除 } // 每个连接的连接基本属性