Commit 9836d37
committed
Basically what's happening is the app fires off a new noise floor request every 5 seconds, but it doesn't check if the last one is still running. So sometimes two requests end up overlapping. When the older one eventually times out, it goes "oh something's wrong" and shuts down the whole polling loop, even though everything was actually working fine.
1 parent b1c1cf7 commit 9836d37
File tree
2 files changed
+29246
-4
lines changed- lib/services/meshcore
2 files changed
+29246
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
944 | 946 | | |
945 | 947 | | |
946 | 948 | | |
| 949 | + | |
| 950 | + | |
947 | 951 | | |
948 | 952 | | |
949 | 953 | | |
| |||
956 | 960 | | |
957 | 961 | | |
958 | 962 | | |
| 963 | + | |
| 964 | + | |
959 | 965 | | |
960 | 966 | | |
961 | 967 | | |
| 968 | + | |
962 | 969 | | |
963 | | - | |
964 | | - | |
965 | | - | |
966 | | - | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
967 | 978 | | |
968 | 979 | | |
969 | 980 | | |
970 | 981 | | |
971 | 982 | | |
972 | 983 | | |
973 | 984 | | |
| 985 | + | |
974 | 986 | | |
975 | 987 | | |
976 | 988 | | |
| |||
0 commit comments