Lets say there 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?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
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.