Hi,
we are using nrf9160 based custom board with sdk 1.7.0
the issue is when we are sending the data string one by one its works fine, but when we send a string1 and then we send string2 before completely collecting string1 in callback function then issue starts, from now on the callback function is getting the new length which is length of string2 and the data pointer points to middle of the string1, finally we are collecting combination of string1 and string2 so entire data format is collapsing.
so what would be the solution for this issue, please suggest.
Best Regards
Rajender