Page 1 of 1

server_evClientSubmitSm and concat message

Posted: Thu Jul 04, 2019 8:25 am
by developerlearn999
on server_evClientSubmitSm i get message that is 3 parts for example.
and for each ine i set
data.Response.MessageId = getMessaCounter();
the client i tested (with SmppClientDemo) get back only the first part - why is that? how can i fix this?

Re: server_evClientSubmitSm and concat message

Posted: Sun Jul 07, 2019 11:30 am
by alt
Do you mean that client receives only one SubmitSmResp in Submit(IBuilder) method ?

Re: server_evClientSubmitSm and concat message

Posted: Mon Jul 08, 2019 3:25 pm
by developerlearn999
yes
in the sample with V1 i see all parts i return but in V2 i see only the first one

Re: server_evClientSubmitSm and concat message

Posted: Mon Jul 08, 2019 3:38 pm
by developerlearn999
i mean when i print it in the client