This commit is contained in:
laodaming 2023-09-06 18:20:01 +08:00
parent 1586848565
commit 1f075dfb4a

View File

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