This commit is contained in:
laodaming 2023-08-23 17:03:04 +08:00
parent 500611236e
commit 2cca06789a

View File

@ -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)
}