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 ?