Skip to content

netty 网络游戏服务器框架 ioGame 17.1.55 action 参数使用体验增强

Compare
Choose a tag to compare
@iohao iohao released this 06 Sep 05:54
· 302 commits to main since this release

主要更新

[#186] 增强 ProtoDataCodec
当 data 为null 时,使用空数组来解析序列化;可以确保 action 参数不会为 null,使得开发者拥有更好的编码体验。

将 ActionCommandTryHandler 逻辑合并到 ActionCommandHandler

DevConfig.me 标记为过期,并将 DevConfig 改为静态类;

把 MethodParsers.me 方法标记为过期,并将 MethodParsers 改为静态类;


### 其他更新

<netty.version>4.1.97.Final</netty.version>

<lombok.version>1.18.28</lombok.version>