Skip to content

websocket 链接失败 #108

@lyh1091106900

Description

@lyh1091106900

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions