I need to send a large String (in this case: JSON-Object) to the receiver.
Sadly this string is very (!) long so that it gets split during transfer. This would be no problem, but it doesn’t get merged back on the receiving end.
Maybe you can fix this issue or point me in the right direction, so I can fix this on my own.