Skip to content
New issue

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 链接失败 #108

Open
lyh1091106900 opened this issue Dec 23, 2021 · 0 comments
Open

websocket 链接失败 #108

lyh1091106900 opened this issue Dec 23, 2021 · 0 comments

Comments

@lyh1091106900
Copy link

我搭建websocket的样例发现除了建立链接和删除链接正常外,发了消息main.TestEchoACK {"Msg":"hello world" } 并没有返回。// 发送封包 func (self *wsSession) Send(msg interface{}) { self.sendQueue.Add(msg) }
这段代码除了在 Accptor 执行ProcEvent会调用到,还有什么途径可以调用到。我觉得我的websocket发送来请求后没有对应得处理链

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant