Files
hjha-server/MrWu/RabbitMQ/分析.txt
xiaoou e9616125ce feat: initial commit - HJHA game server full source
6 major server modules (PdkFriendServer/GlobalSever/ServerCore/GameModule/GameNetModule) +
game logic (GameFix/GameDAL/ServerData) +
network layer (NetWorkMessage) +
data layer (ObjectModel) +
utilities (MrWu/Core/Config/CloudAPI/dll) +
adapters (zyxAdapter/base)

.NET 8.0 C# solution, 16 projects, 958 source files
2026-07-07 12:02:15 +08:00

12 lines
316 B
Plaintext

消息丢失的原因
1.网络中断
2.由于队列的限制,消息被拒收
3.消息没有路由匹配
4.由于队列的限制,消息被丢弃
5.由于消息未被及时消费,消息过期被丢弃
获取到消息丢失
1.网络中断
执行投递消息时引发错误
2.触发basic.return事件