Allenxuxu / gev

🚀Gev is a lightweight, fast non-blocking TCP network library / websocket server based on Reactor mode. Support custom protocols to quickly and easily build high-performance servers.
MIT License
1.72k stars 193 forks source link

fix OnMessage interface return value README doc #102

Closed xuxiangyang closed 2 years ago

xuxiangyang commented 2 years ago

文档中关于 OnMessage 的返回值是不是有些问题?看源码感觉应该是 interface{}

Allenxuxu commented 2 years ago

文档中关于 OnMessage 的返回值是不是有些问题?看源码感觉应该是 interface{}

这边确实改漏了,感谢修正哈🙏