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
我搭建websocket的样例发现除了建立链接和删除链接正常外,发了消息main.TestEchoACK {"Msg":"hello world" } 并没有返回。// 发送封包 func (self *wsSession) Send(msg interface{}) { self.sendQueue.Add(msg) } 这段代码除了在 Accptor 执行ProcEvent会调用到,还有什么途径可以调用到。我觉得我的websocket发送来请求后没有对应得处理链
// 发送封包 func (self *wsSession) Send(msg interface{}) { self.sendQueue.Add(msg) }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我搭建websocket的样例发现除了建立链接和删除链接正常外,发了消息main.TestEchoACK {"Msg":"hello world" } 并没有返回。
// 发送封包 func (self *wsSession) Send(msg interface{}) { self.sendQueue.Add(msg) }
这段代码除了在 Accptor 执行ProcEvent会调用到,还有什么途径可以调用到。我觉得我的websocket发送来请求后没有对应得处理链
The text was updated successfully, but these errors were encountered: