Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
commit
b7404a9529
|
@ -255,7 +255,7 @@ func deleteUserConnPoolElement(userId, guestId int64, uniqueId string) {
|
|||
}
|
||||
}
|
||||
|
||||
// 根据用户索引发现链接并发送消息到出口队列
|
||||
// 根据用户索引发现链接并发送(广播)消息到出口队列
|
||||
func sendToOutChanByUserIndex(userId, guestId int64, message []byte) {
|
||||
data := userConnPoolCtlChanItem{
|
||||
userId: userId,
|
||||
|
|
Loading…
Reference in New Issue
Block a user