Reading the `Readable.read` implementation it is a bit unclear to me what happens and what should happen when this method is called after `destroy()`. Should it be an error (e.g. `READ_AFTER_DESTROY`) or a noop?
Reading the
Readable.readimplementation it is a bit unclear to me what happens and what should happen when this method is called afterdestroy().Should it be an error (e.g.
READ_AFTER_DESTROY) or a noop?