4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-06-25 18:29:24 +00:00

enable long polling - increase socket timeout, start only one PollerTask at a time, and add 5 sec poll interval; prevent sending duplicate outgoing SMS if server does not receive send_status request

This commit is contained in:
Jesse Young
2011-11-29 18:04:35 -08:00
parent 22f8c26da1
commit c18a28b1be
4 changed files with 80 additions and 10 deletions

View File

@ -2,6 +2,7 @@
<resources>
<string-array name="check_intervals">
<item>5 sec</item>
<item>15 sec</item>
<item>30 sec</item>
<item>1 minute</item>
@ -14,6 +15,7 @@
</string-array>
<string-array name="check_intervals_values">
<item>5</item>
<item>15</item>
<item>30</item>
<item>60</item>