[3.2.0][Opt]全览模式串行处理数据

This commit is contained in:
chenfufeng
2023-06-07 19:10:44 +08:00
committed by zhongchao
parent 448c7f37f1
commit 37253c541b

View File

@@ -944,7 +944,7 @@ class OverMapView @JvmOverloads constructor(
*/
override fun onAutopilotRotting(globalPathResp: MessagePad.GlobalPathResp?) {
globalPathResp?.let {
ThreadUtils.getIoPool().execute {
ThreadUtils.getSinglePool().execute {
handlePlanningData(it.wayPointsList)
}
}