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删除 } // 每个连接的连接基本属性