I changed the retries to 5 and decreased the wait time to 15 from 20. I'll play with it but I feel like it will be a good compromise. Pet just needs that extra half of second to connect with it crazy pathing sometimes.yes, but the loop only waited for 3 seconds total, with my change it should wait a total of 5 seconds, 2 extra seconds. You can always increase the number of time through the loop every iteration through the loop is delayed/equal to 1 second, so by increasing the max times through the loop(int_triedSending) will extend the wait time.

