Broken strings patching back together

Hi everyone, I am having an issue with strings that are coming from a TCP request node which is set to 'Keep open' I need this in order to be able to send and receive data.

I am getting a buffer which I am converting to a string. But the string is not split properly. So my msg.payload come in in broken parts. Is there any way to re-attach them and split them on the character /r ?

image

Send them into a split node set the handle strings as a stream.
image

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.