tanghai 8be2b8198c ActorMessageSender增加发送的消息null检查跟instanceId检查 7 年之前
..
ActorMessageDispatherComponentSystem.cs 55de3d8892 把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器 7 年之前
ActorMessageSenderComponentSystem.cs ad822d06db Session的Error改成int类型,方便自己增加错误码,并且在Session中增加Error字段,方便 7 年之前
ActorMessageSenderSystem.cs 8be2b8198c ActorMessageSender增加发送的消息null检查跟instanceId检查 7 年之前
GateSessionActorInterceptInterceptTypeHandler.cs 55de3d8892 把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器 7 年之前
MailBoxComponentSystem.cs 55de3d8892 把ActorType改成ActorInterceptType(拦截器类型),也就是说默认没有拦截器,actor消息是由IMActorHandler处理,如果MailBoxComponent有设置拦截器,则交给拦截器处理,比如Gate Session的MailBoxComponent就设置了拦截器 7 年之前