nitingautam / jsmpp

Automatically exported from code.google.com/p/jsmpp
Apache License 2.0
0 stars 0 forks source link

It's not possible to response in onAcceptDeliverSm. #98

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. It's important to response immediately in onAcceptDeliverSm with the same 
session.
2. In processDeliverSm0 from SMPPSessionBoundRx, responseHandler.sendDeliverSm 
is called after responseHandler.processDeliverSm.
3. Submit_sm will be sent after that Deliver_sm Resp:OK will be sent.

What is the expected output? What do you see instead?
"Deliver_sm Resp:OK" should be sent right after receiving Deliver_sm and before 
sending Submit_sm, so In processDeliverSm0 from SMPPSessionBoundRx, 
responseHandler.sendDeliverSm should be called before 
responseHandler.processDeliverSm.

What version of the product are you using? On what operating system?
2.1.0.1, windows xp

Please provide any additional information below.

Original issue reported on code.google.com by seza...@gmail.com on 21 May 2011 at 7:41