michaelkourlas / voipms-sms-client

Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
https://play.google.com/store/apps/details?id=net.kourlas.voipms_sms
Apache License 2.0
218 stars 52 forks source link

Rate limit of push notification makes the notification inconsistent #207

Closed hdlineage closed 4 years ago

hdlineage commented 4 years ago

I noticed my inconsistent push notification is due to rate limiting of the webhook server. When using voip.ms or public services like ifttt to call the webhook, during peak hours I often fail to get push notification due to possibly many people calling the webhook from the same ip address. I currently setup a self-hosted webhook service to call the update and it works great. Could you elaborate on this issue? Maybe whitelisting certain public ips is a good idea for false positives?

michaelkourlas commented 4 years ago

Sorry, I set some quotas to avoid any sudden billing surprises and it seems they're too low. Hopefully this is now fixed, but please let me know if you continue to see issues.