fiorix / go-smpp

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

feat: DeliverSMResp on Receiver #82

Closed bilbercode closed 2 years ago

bilbercode commented 5 years ago

Reason

I'm polling for DeliverSM and have disabled the auto-respond functionality with the aim of only marking the receipt of the message after successfully sinking the message to our pipeline, this is so the carrier will attempt to redeliver the message in the event of some issue. However I can not find a graceful way of manually doing this without getting to hacky.

Goal

Expose a DeliverSMResp function on the Receiver that can be used in conjunction with the disable auto-respond functionality

fiorix commented 4 years ago

Wanna rebase or abandon this?