We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux下客户端访问的数据,不让服务端自动返回。 例如客户端有发送和接收数据功能;客户发送数据abc,服务端不要把数据abc再发给客户端
The text was updated successfully, but these errors were encountered:
从版本0.0.1到版本0.5.0,都有这样的问题,是需要什么地方配置,还是需要改一下什么地方就可以了。
Sorry, something went wrong.
原来是用的有问题 屏蔽掉 //out = data //
//接收数据 OnMessage callback func (s *Server) OnMessage(c *gev.Connection, ctx interface{}, data []byte) (out interface{}) { // Log("OnMessage") // out = data //
No branches or pull requests
Linux下客户端访问的数据,不让服务端自动返回。
例如客户端有发送和接收数据功能;客户发送数据abc,服务端不要把数据abc再发给客户端
The text was updated successfully, but these errors were encountered: