06.04.2022, 07:05
How often does this happen?
You can disable the alert by editing the resident script and adding -- before the alert call:
Another option is to increase the default timeout from 1 to 5 seconds. Edit user.sms and find this line:
Replace 1 with 5.
After any changes you need to do full script restart via disable/enable.
You can disable the alert by editing the resident script and adding -- before the alert call:
Code:
-- alert('SMS handler lost connection')
Another option is to increase the default timeout from 1 to 5 seconds. Edit user.sms and find this line:
Code:
timeout = tonumber(timeout) or 1
After any changes you need to do full script restart via disable/enable.