I have a code node, and this node acquires the buffer of the previous node. And pass this buffer to the next node. However, as soon as I connected this node in the workflow, my chrome memory soared directly to 4,000,000K
It is a binary of an image. I need to use the request node to send this binary data. The format he needs must be a byte array。I have now found a suitable open-source node to do this. Thank you