twitter-archive / cloudhopper-smpp

Efficient, scalable, and flexible Java implementation of the Short Messaging Peer to Peer Protocol (SMPP)
Other
382 stars 356 forks source link

Sending Delivery Back to connected client later #129

Open blackchineykh opened 7 years ago

blackchineykh commented 7 years ago

Hi,

I have been trying for hours to figure this one out. I need to be able to send a delivery message back to a connected client. I am able to successfully send a received message to the connected client, but not able to send a delivery message. I keep a list of all connected sessions, when i receive a delivery back from SMSC (can be greater than 1 hour after sending), i want to send this back to the connected client session (I already have the session). I get no error but on the client side I dont get the delivery.

** PS, this works if I generate a delivery response immediately after sending.

Any help would be greatly appreciated

xgp commented 7 years ago

Attach the code you are using. Also, have you tested the code against the simulator?