server_evClientSubmitSm and concat message

Post Reply
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

server_evClientSubmitSm and concat message

Post by developerlearn999 » Thu Jul 04, 2019 8:25 am

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?
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: server_evClientSubmitSm and concat message

Post by alt » Sun Jul 07, 2019 11:30 am

Do you mean that client receives only one SubmitSmResp in Submit(IBuilder) method ?
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: server_evClientSubmitSm and concat message

Post by developerlearn999 » Mon Jul 08, 2019 3:25 pm

yes
in the sample with V1 i see all parts i return but in V2 i see only the first one
developerlearn999
Posts: 85
Joined: Thu Jun 20, 2019 9:34 am

Re: server_evClientSubmitSm and concat message

Post by developerlearn999 » Mon Jul 08, 2019 3:38 pm

i mean when i print it in the client
Post Reply