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
你好 我用go-socket.io-client 连接nodejs socket.io 在下面这段代码报错连 原因不明。 p2 := make([]byte, 4096) l, err = pack.Read(p2) if err != nil { return err }
报错:2019/03/25 16:08:25 NewClient error:EOF
The text was updated successfully, but these errors were encountered:
First of all, please use English on the Global WebSite. 在Github上请使用英语。 The protocol of Socket.IO has several versions, so please check it.
Sorry, something went wrong.
No branches or pull requests
你好 我用go-socket.io-client 连接nodejs socket.io 在下面这段代码报错连 原因不明。
p2 := make([]byte, 4096)
l, err = pack.Read(p2)
if err != nil {
return err
}
报错:2019/03/25 16:08:25 NewClient error:EOF
The text was updated successfully, but these errors were encountered: