Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop

This commit is contained in:
momo 2023-09-06 18:29:35 +08:00
commit b7404a9529

View File

@ -255,7 +255,7 @@ func deleteUserConnPoolElement(userId, guestId int64, uniqueId string) {
}
}
// 根据用户索引发现链接并发送消息到出口队列
// 根据用户索引发现链接并发送(广播)消息到出口队列
func sendToOutChanByUserIndex(userId, guestId int64, message []byte) {
data := userConnPoolCtlChanItem{
userId: userId,