Commit Graph

219 Commits

Author SHA1 Message Date
大屌哥 856af71f46 fix[net]:还原制表符 2023-03-05 23:56:14 +08:00
大屌哥 4832eb3066 fix[net]:修改sessionId生成的BUG 2023-03-05 23:46:09 +08:00
godotg 607314a442 revert[proxy]: bean should be pojo class 2023-01-17 11:18:52 +08:00
sun 06f716feb9 fix[proxy]: the annotations of the bean of the parent class cannot be scanned 2023-01-16 19:11:19 +08:00
godotg 5ef04e0b17 perf[exception]: format the exception log 2023-01-06 22:29:52 +08:00
godotg d0aa341c06 log[gateway]: detailed log 2023-01-06 18:20:15 +08:00
godotg 91393207e5 fix[channel]: wrong channel object was used 2022-12-23 20:42:39 +08:00
godotg 4cec1a0574 perf[session]: use primitive type in SessionManager 2022-12-23 18:55:00 +08:00
godotg f1f991c742 del[net]: remove unnecessary thread constructor parameters 2022-12-22 21:05:08 +08:00
godotg 2df2f31e62 del[net]: remove methods that are not used 2022-12-22 18:14:24 +08:00
godotg 758b12f583 del[net]: removed infrequently used constructors 2022-12-22 18:09:13 +08:00
godotg 34e6ec83bf perf[net]: use Objects requireNonNullElse method 2022-12-20 23:14:40 +08:00
石头 f2ab3ac584 refactor[net]: adding session lifecycle consumer support 2022-12-20 19:22:06 +08:00
godotg d77792cbfc ref[net]: refactored the packet service 2022-12-12 18:57:11 +08:00
godotg 9fbdf0f263 ref[net]: refactored the session event 2022-12-12 18:48:36 +08:00
godotg 9d3da6c3c9 ref[net]: refactored the session attribute 2022-12-12 18:34:03 +08:00
godotg a551e18de7 rename[test]: rename test unit 2022-12-12 16:10:08 +08:00
godotg 9e0fed2a88 del[net]: remove the rarely used load balancing policy shortest-time-consumer 2022-12-12 15:59:51 +08:00
godotg 04ff16027f fix[net]: fixed the inconsistency between the hashcode and int Value() return values of the Long wrapper class 2022-12-12 09:08:35 +08:00
godotg 5d8464562f doc[net]: other hash algorithms can be customized to make the distribution more uniform 2022-12-11 20:52:16 +08:00
godotg 4d211f0a53 ref[net]: fefactored task bus scheduling to use faster hashcode as the default calculation parameter 2022-12-11 19:53:57 +08:00
godotg 949cee885c del[net]: remove difficult and infrequently used task-dispatcher configurations 2022-12-11 18:57:26 +08:00
godotg 8670fea807 perf[net]: Wrong configuration gives appropriate hints 2022-12-11 17:04:07 +08:00
godotg 44004d5f93 doc[zfoo]: update document 2022-12-02 20:39:13 +08:00
godotg ab60b86a79 chore[maven]: maven style 2022-12-02 17:17:06 +08:00
godotg 57282ad3d7 perf[maven]: reduce maven configuration 2022-12-02 17:00:36 +08:00
godotg b97e9212b2 perf[event]: use submit instead of other syncSubmit 2022-12-01 19:03:06 +08:00
godotg e40973e3fa log[client]: detailed AbstractClient started info 2022-11-26 22:02:21 +08:00
godotg 418a5a7983 test[net]: third libraries 2022-11-14 15:52:19 +08:00
godotg 908834d5c2 test[net]: test unit 2022-11-14 15:49:11 +08:00
sean b7db3d6233 fix[home]: 注释修改,没逻辑修改 2022-11-05 17:23:33 +08:00
godotg 913b51eef8 perf[log]: simple log 2022-10-31 22:02:55 +08:00
godotg 5cfe1c9ddb perf[net]: limit netty read buffer,如果长度非法,则抛出异常断开连接,按照自己的使用场景指定合适的长度,防止客户端发送超大包占用带宽 2022-10-31 21:09:07 +08:00
godotg 3e29343393 log[net]: 优化日志 2022-10-25 21:36:46 +08:00
godotg 6b9ae203a1 del[protocol]: 删除checkSubProtocol方法 2022-10-22 19:57:09 +08:00
godotg b2bd66a9ec perf[protocol]: 更加严谨的校验check protocol 2022-10-22 17:53:47 +08:00
godotg 5b9174c494 perf[netty]: 缩小netty的依赖范围 2022-10-20 22:01:23 +08:00
godotg ecafb0ab42 update[maven]: update dependency version 2022-10-20 22:00:01 +08:00
yujuncai 06647e62ae Merge branch 'zfoo-project:main' into main 2022-10-20 16:07:37 +08:00
yu 8e4c7c550e 添加@ProtobufClass 注解 @Ignore 忽略PROTOCOL_ID 2022-10-20 15:54:44 +08:00
chncaption 21fc8b2100 update org.springframework:spring-expression 5.3.4 to 5.3.17 2022-10-19 20:52:30 +08:00
godotg cd55de2b37 perf[executor]: specified map initial size 2022-10-08 11:31:50 +08:00
godotg 1c20b6236a perf[executor]: use CopyOnWriteHashMapLongObject to improve performance of visiting threadMap 2022-10-08 11:08:07 +08:00
godotg b3df782744 perf[concurrent]: move concurrent collection to concurrent package 2022-10-08 10:21:56 +08:00
godotg e201784bbf test[signal]: SignalBridge的Test并发测试用例 2022-09-29 17:13:05 +08:00
godotg eaec50ea1d perf[net]: 使用性能更高的lazySet(),当我们想对一个原子变量进行修改,而且我们知道这个修改不需要立即对其他线程可见。 2022-09-29 16:39:19 +08:00
godotg 9e92a7188d perf[http]: http默认状态码改为ok 2022-09-28 17:14:56 +08:00
godotg 9c79ef74db test[http]: http server的使用示例 2022-09-28 15:52:31 +08:00
godotg 67a7279f58 test[http]: http server的使用示例 2022-09-28 15:36:15 +08:00
godotg 770c2f3380 feat[golang]: 添加一些go的常用工具类 2022-09-16 13:18:59 +08:00