fix
This commit is contained in:
parent
500611236e
commit
2cca06789a
|
@ -67,5 +67,5 @@ func (w *wsConnectItem) reuseLastConnect(data []byte) {
|
|||
|
||||
// 获取用户拼接部分(复用标识用到)
|
||||
func getUserJoinPart(userId, guestId int64) string {
|
||||
return fmt.Sprintf("|%d_%d", userId, guestId)
|
||||
return fmt.Sprintf("|_%d_%d_|", userId, guestId)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user