Skip to content

Commit

Permalink
6.1.122
Browse files Browse the repository at this point in the history
🐞 修正
HTTP通道資料結構異常的問題
  • Loading branch information
yayacat committed Oct 7, 2024
1 parent ab912db commit 4ef8ed3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions TREM.Electron/js/earthquake.js
Original file line number Diff line number Diff line change
Expand Up @@ -4505,6 +4505,13 @@ function freertsget(rts_key_verify_f = false) {
ans.Time = rts_ws_timestamp;
rts_response = ans;
clearTimeout(timer);
}).catch((err) => {
if (rts_url == 0)
rts_url = 1;
else
rts_url = 0;
log(err, 3, "server", "rts-clock");
clearTimeout(timer);
});
} else {
if (rts_url == 0)
Expand Down
2 changes: 1 addition & 1 deletion TREM.Electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tremv",
"version": "6.1.121",
"version": "6.1.122",
"description": "Taiwan Real-time Earthquake Monitoring Variety ( 臺灣即時地震監測變體 )",
"main": "main.js",
"homepage": "https://exptech.com.tw/",
Expand Down

0 comments on commit 4ef8ed3

Please sign in to comment.