session 重置
This commit is contained in:
parent
2e25ec1b07
commit
36af474469
@ -198,7 +198,7 @@ func (this *ModuleBase) SendMsgToUser(mainType, subType string, msg proto.Messag
|
||||
session := this.scomp.GetUserSession(user)
|
||||
session.SendMsg(mainType, subType, msg)
|
||||
err = session.Push()
|
||||
this.scomp.PutUserSession(session)
|
||||
this.PutUserSession(session)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user