fiorix / go-smpp

SMPP 3.4 Protocol for the Go programming language
MIT License
218 stars 135 forks source link

Q: When using transceiver.Submit(), does the handler get the SubmitSMResp as well? #29

Closed cesarrodrig closed 8 years ago

cesarrodrig commented 8 years ago

I am using the transceiver to submit a SM, and receiving the response back successfully, but I also have a handler that wants to process the SubmitSMResp. Right now, it seems that it doesn't get passed to the handler, am I correct?

fiorix commented 8 years ago

Submit is a full blocking transaction that handles the response automatically. It won't trigger SubmitSMResp.