开发者

Multiple SMPP Sessions

Lets say there 开发者_StackOverflow中文版are two receiver session from same application to a SMPP over different TCP ports. Message is sent to application and reply is (i.e deliver_sm_resp) is coming to SMPP via the other session Is this possible or reply should be come over the same SMPP session?


No, the deliver_sm_resp should be sent back using the same session as the deliver_sm was received on.

The response is linked with the request by a sequence number that is incremented with each request on the session so the it only makes sense within the same session.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜