@gregorius The good news is that you helped me to avoid cloning. I am working on a flow that is sending much pixel buffer data over websockets and forgot to add the false
in node.send()
. This could have been a costly oversight on my part.
@E1cid Thanks for the link to inform us. It seems that it does not explain that using return msg
will or will not clone the first message, as was resolved here.