[Solved] How do i stop loop

First problem you would have with the current code is that once you have clicked the button it would result in lot of messages being sent even before user realizes that he sent that many messages, you need to induce a delay between each message. The next problem is that your app could hang as … Read more