09-23-2019, 04:44 PM
(09-22-2019, 11:26 AM)Dean Roddey Wrote: 5.4.905
- Update the SMS driver to better support throttling of msgs. It has a Busy flag now which will remain set for five seconds after sending a message. It will reject msgs if they are sent while the Busy flag is set. So use a Devices::WaitFieldValue() to wait for the Busy Field to be False before you send. If you send faster than then the modem or the target service orÂ
To clarify, when using an If statement you have to use SafeWaitFieldValue().