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

SocketStream produces 'No error' error msg at client disconnect #102

Open
Pharmhaus-2 opened this issue Apr 14, 2019 · 0 comments
Open

SocketStream produces 'No error' error msg at client disconnect #102

Pharmhaus-2 opened this issue Apr 14, 2019 · 0 comments

Comments

@Pharmhaus-2
Copy link

Original Author: Hezkore

Calling the blocking method stream.Read on a Stream created from a SocketStream produces socket_recv error! err=0, msg=No error, socket=3628, data=000001107911EB08, size=1 every time a client disconnects.

There doesn't seem to be any real error here, just that the stream can't read anything once it's closed.
And you can't really stop it from reading since Read is blocking.
It gets quite spammy with a lot of clients coming and going.

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

No branches or pull requests

1 participant