You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Original Author: Hezkore
Calling the blocking method
stream.Read
on a Stream created from a SocketStream producessocket_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.
The text was updated successfully, but these errors were encountered: