fix
This commit is contained in:
parent
1586848565
commit
1f075dfb4a
|
@ -255,7 +255,7 @@ func deleteUserConnPoolElement(userId, guestId int64, uniqueId string) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 根据用户索引发现链接并发送消息到出口队列
|
// 根据用户索引发现链接并发送(广播)消息到出口队列
|
||||||
func sendToOutChanByUserIndex(userId, guestId int64, message []byte) {
|
func sendToOutChanByUserIndex(userId, guestId int64, message []byte) {
|
||||||
data := userConnPoolCtlChanItem{
|
data := userConnPoolCtlChanItem{
|
||||||
userId: userId,
|
userId: userId,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user