Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

(TCP) Does SocketReceive guarantee that message will arrive at the same time?

Hi all,

With other programming languages, the received message does not guarantee to arrive at the destination at the same time. For example, if I send out "Hello World", I might receive on the other side the following 3 messages: "He", "llo Wor", "ld".

Does RAPID automatically concatenate the received string for me? Thank you.

By the way, why do RAPID has the limit of 80 char for the receiving string?