Hello.
I need to get data from TCP, which is huge, so I need to append a lot of Raw values to big buffer. How can I achieve this?
It should work like Writer (Raw) node, but it should just keep data in memory.
I tried using Queue and then + (Spectral), but vvvv crashes on it (and not because of memory overflow issues).
I am thinking about writing new node using Template (Raw). Is there any better solution?