上传session

This commit is contained in:
liwei1dao 2024-01-11 19:06:48 +08:00
parent b6d15f2b60
commit 0737cac15b

View File

@ -44,7 +44,7 @@ func (this *UserSession) SetSession(ip, sessionId, stag, sid, uid string) {
this.GatewayServiceId = sid
this.UserId = uid
this.msgqueue = this.msgqueue[:0]
this.mate = make(map[string]interface{})
}
// 重置