tanghai a21c68d1b4 actor模型测试通过,客户端发送一个actor_test消息到gate,gate转发给map上的unit(actor),unit收到Actor_test消息回发给gatesession(actor),gatesession将收到的actor_test消息回发给client端 %!s(int64=8) %!d(string=hai) anos
..
LockComponent.cs 331dc20242 实现actorProxy,向一个actor发送消息,actorproxy会排队发送,如果发现actor不存在,则重新向location请求actor地址,重新发送,重试3次 %!s(int64=8) %!d(string=hai) anos
MasterComponent.cs 0a883994ad 修复连接错误,并且加上了服务器actor模型 %!s(int64=8) %!d(string=hai) anos
SessionInfoComponent.cs 42bd5e86b2 重构了网络层,使用TcpListener tcpClient类实现Tcp通信 %!s(int64=8) %!d(string=hai) anos
UnitGateComponent.cs a21c68d1b4 actor模型测试通过,客户端发送一个actor_test消息到gate,gate转发给map上的unit(actor),unit收到Actor_test消息回发给gatesession(actor),gatesession将收到的actor_test消息回发给client端 %!s(int64=8) %!d(string=hai) anos