This commit is contained in:
laodaming 2023-10-12 11:49:52 +08:00
parent 96c866f1d4
commit 1625975814

View File

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