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
While reciveing the sms, it gets splited in to parts. I think because,when the sms hits the cell phone sms-reciever broadcasts it imediatly, but still its second part has not arrived. This happens in fraction of seconds so that we look at it we can't predict it.
Actually I debugg it and fin that when ever the sms is large than I get only first part in success callback, then again success callback is been called in which the remaing part is present.
Please if have a solution for this problem share it. I'm also trying to sort it.
The text was updated successfully, but these errors were encountered:
While reciveing the sms, it gets splited in to parts. I think because,when the sms hits the cell phone sms-reciever broadcasts it imediatly, but still its second part has not arrived. This happens in fraction of seconds so that we look at it we can't predict it.
Actually I debugg it and fin that when ever the sms is large than I get only first part in success callback, then again success callback is been called in which the remaing part is present.
Please if have a solution for this problem share it. I'm also trying to sort it.
The text was updated successfully, but these errors were encountered: