dash
dash copied to clipboard
`net.TcpStream` always returns empty `ArrayBuffer` on disconnection
When the other end disconnects, TcpStream
will continue yielding empty ArrayBuffer
s. This is probably wrong.