Commit Graph

12 Commits

Author SHA1 Message Date
kercylan98 e0a0aaa605 recessive: 日志优化 2023-07-07 16:39:09 +08:00
kercylan98 1a2c1df289 refactor: 服务器支持异步消息类型、死锁阻塞、异步慢消息检测 2023-07-07 16:28:04 +08:00
kercylan98 8b903072b1 refactor: 优化 server 消息类型,合并 Websocket 数据包监听到统一的 RegConnectionReceivePacketEvent 中 2023-07-07 15:05:36 +08:00
kercylan98 6d27433c4b refactor: 私有化服务器 PushMessage 函数,移除 PushCrossMessage 函数,改为使用 server.PushXXXMessage 函数 2023-07-07 13:38:26 +08:00
kercylan98 e0c63d569d refactor: 重构 server.ConnectionClosedEventHandle,修复部分问题
支持在连接关闭时获取到错误信息,修复建立连接立刻发送请求无法被处理的问题
2023-07-04 18:56:35 +08:00
kercylan98 67616b2963 fix: 多服务器情况下日志错乱及无法正常 Shuntdown 问题修复 2023-06-30 18:16:58 +08:00
kercylan98 58801855fd 避免packet直接加入消息队列后被gnet重复使用污染 2023-05-30 16:11:47 +08:00
kercylan98 b28badbaab 服务器连接异步读写 2023-05-15 11:49:36 +08:00
kercylan98 faaa1d54d1 连接优化 2023-05-06 16:47:53 +08:00
kercylan98 41b0417338 优化连接 2023-05-06 15:53:31 +08:00
kercylan98 1b24fa72b8 服务器关闭逻辑优化 2023-04-28 10:27:03 +08:00
kercylan98 eee1caacbf 多网络服务器启动器 2023-04-22 14:23:07 +08:00