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

use of closed network connection #48

Closed
ghost opened this issue Nov 17, 2014 · 1 comment
Closed

use of closed network connection #48

ghost opened this issue Nov 17, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 17, 2014

*errors.errorString=use of closed network connection)

    _, message, err := c.ws.ReadMessage()
    if err != nil {
        log4e("ReadMessage error,", err)
        break
    }

why? no error on client side!

@garyburd
Copy link
Contributor

The server application closed the connection before or during the call to ReadMessage.

@gorilla gorilla locked and limited conversation to collaborators Feb 14, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant