From ec7ea59e22131923847b7b49385ff8bfd2d01af2 Mon Sep 17 00:00:00 2001 From: tanghai Date: Tue, 10 Jul 2018 15:53:32 +0800 Subject: [PATCH] =?UTF-8?q?ET3.4=E5=8F=91=E5=B8=83!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0e584a77..8b641d54 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ __讨论QQ群 : 474643097__ +# ET 3.4发布! +1.使用SocketAsyncEventArgs重新实现了TCP跟KCP网络库,大大减少GC,网络层收消息除了protobuf已经是0GC了 +2.修复了TimerCompnent一个bug +3.修复了linux跟mac在netcore2.1下启动报错的问题 +4.增加了db的lambda表达式查询 +5.修复SceneChangeComponent错误 + # ET 3.3发布! 1.增加了原生actor实现,知道actor的InstanceId即可直接发送Actor消息,不需要注册跟查询location 2.修复了组件反序列化后注册到EventSystem中的bug -- GitLab