上传会话管理对象初始化
This commit is contained in:
parent
21f60f9d7e
commit
40844d1962
@ -59,6 +59,7 @@ func (this *SCompGateRoute) Init(service core.IService, comp core.IServiceComp,
|
|||||||
err = this.ServiceCompBase.Init(service, comp, options)
|
err = this.ServiceCompBase.Init(service, comp, options)
|
||||||
this.service = service.(base.IRPCXService)
|
this.service = service.(base.IRPCXService)
|
||||||
this.msghandles = make(map[string]*msghandle)
|
this.msghandles = make(map[string]*msghandle)
|
||||||
|
this.sessions = make(map[string]comm.IUserSession)
|
||||||
return err
|
return err
|
||||||
} //
|
} //
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user