0
I’m developing an android app for sending automatic Smss. When I send many Smss around 200 at the same time the phone turns off and presents the following error in the log:
display Event receiver pipe was closed or an error occurred. Events=0x9
If anyone knows how to solve I thank you for your help.
I can’t wait for seconds because my messages are schedules and also includes seconds so if you wait for 5 seconds I miss the messages that are scheduled in this time interval.
– Ludger
you send it all at once ?.
– Cleibson
select all messages that are in the database and send them all at once
– Ludger
Dude can be that, even trying to partition that. and very fast
– Cleibson
The problem is that messages don’t always see all together for example I can send 50 messages one at a time depending on the date and second this in the database.
– Ludger