cellnet
cellnet copied to clipboard
High performance, simple, extensible golang open source network library
大佬 如何用json或者proto协议 作为数据传递 能否给个实列 大佬 我的游戏客户端是unity+xlua 解析层在lua 能否有 不用pb文件 lua直接解析成lua table 这样客户端体验要好些 能否给个demo [email protected] 麻烦大佬
我搭建websocket的样例发现除了建立链接和删除链接正常外,发了消息main.TestEchoACK {"Msg":"hello world" } 并没有返回。`// 发送封包 func (self *wsSession) Send(msg interface{}) { self.sendQueue.Add(msg) }` 这段代码除了在 Accptor 执行ProcEvent会调用到,还有什么途径可以调用到。我觉得我的websocket发送来请求后没有对应得处理链
Bumps [github.com/gorilla/websocket](https://github.com/gorilla/websocket) from 1.4.0 to 1.4.1. Release notes Sourced from github.com/gorilla/websocket's releases. v1.4.1 Notable Changes ⚠️ This release fixes a potential denial-of-service (DoS) vector in gorilla/websocket, and we recommend that...
请问怎么实现tsl支持
如题。。。
redis 官方最近转正了一批质量较高的三方库. https://github.com/redis/go-redis p.s.: 我建议去掉数据库之类的 peer, 以免误用. 一些 driver 本身做得很好了, 过度封装反有点退化.