game/工作.txt

22 lines
781 B
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.1 login服向db服请求数据及向log db服写入日志。测试rpc机制。
3.编写color game玩法
3.1 服务端玩法
3.2 客户端用控制台编写逻辑不涉及ui
4. 编写管理后台
4.1 玩法配置
4.2 金流查询
4.3 牌局日志
5. 客户端编写 u3d
5.1 网络连接
5.2 ui动画等
5.3 玩法逻辑