game/工作.txt
2025-06-04 13:08:58 +08:00

29 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.测试gate
1.1 每10分钟新起1000个连接发送登陆然后关闭。检查是否有内存及协程泄漏。(已修复)
1.2 启动1000个链接每小时固定发送登陆消息一天后查看连接是否还在。检查心跳机制。(已修复)
1.3 修改完后清除调试日志。(已完成)
1.4 客户端stop关闭连接触发服务端连接崩溃。(已修复)
2.编写db服
2.01 login服向db服请求数据及向log db服写入日志。测试rpc机制。(已验证)
2.02 db创建表时主键不会自增而是随机增加。(已修复)
2.03 首次创建帐号redis没有写入帐号数据。 (已修复)
2.04 第二次登陆login还会走创建帐号逻辑导致db服返回重复建号失败。 (已修复)
2.05 redis写入数据的字段名有误。(已修复)
2.06 struct序列化到redis中时需要处理时间格式。
2.07 清理登陆相关调试日志。
2.08 login在创建帐号时还需要创建user。
3.编写color game玩法
3.1 服务端玩法
3.2 客户端用控制台编写逻辑不涉及ui
4. 编写管理后台
4.1 玩法配置
4.2 金流查询
4.3 牌局日志
5. 客户端编写 u3d
5.1 网络连接
5.2 ui动画等
5.3 玩法逻辑