You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
Callback functions does not work all the time. If I am iterating through a list of messages, success callback does not trigger for any of them - messages does go out. Also, using an invalid value for the phone number, does not trigger the failure (not sure if it is designed to).
The text was updated successfully, but these errors were encountered:
Yes, sounds like the same problem. Also, I am not able to get the failure callback trigger even with a single call. Not sure what qualifies a failure. If I have an invalid number for the phone, I am not getting a failure callback.
Confirm that. I have this scenario: at first time callback runs and runs as fail(even though) it's not.
at second time firing send method - no callback call at all
Testing on Nexus 5
Callback functions does not work all the time. If I am iterating through a list of messages, success callback does not trigger for any of them - messages does go out. Also, using an invalid value for the phone number, does not trigger the failure (not sure if it is designed to).
The text was updated successfully, but these errors were encountered: