Sending location data every minute or so, any solution?

后端 未结 0 593
半阙折子戏
半阙折子戏 2021-01-26 06:09

I am trying to send location data to my express backend within 30 minute spaces.

try {
    setInterval(async () => {
      getLocationData();
    }, 180000);
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题