Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Rate limiter for ESME submit_sms #72

Closed
robertmircea opened this issue May 3, 2021 · 2 comments
Closed

Feature request: Rate limiter for ESME submit_sms #72

robertmircea opened this issue May 3, 2021 · 2 comments
Assignees

Comments

@robertmircea
Copy link

All real SMSC that I've worked with have a rate limiting policy to prevent ESME to send submit_sm too fast. If the SMSC is detecting that ESME overpasses the allowed limiting (e.g. submits/sec), it will respond with ESME_RTHROTTLED and message will not be delivered. It would be useful if the library would support out-of-the box rate limiting the number of submits sent to SMSC.

@linxGnu
Copy link
Owner

linxGnu commented May 4, 2021

Hello @robertmircea , thank you very much for suggesting that great feature.

It might not be the scope of the library. However, I believe we could do something. I will discuss with @bachhh and let you know.

@tahseenjamal
Copy link
Contributor

@robertmircea you can check out https://github.com/fiorix/go-smpp

this has rate limiter that you want

@linxGnu linxGnu closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants