Commit a0242a68 by 罗志长

fix: executor

parent e11b34b7
...@@ -283,7 +283,7 @@ public class PushCallback implements MqttCallbackExtended { ...@@ -283,7 +283,7 @@ public class PushCallback implements MqttCallbackExtended {
} }
CompletableFuture.runAsync(() -> { CompletableFuture.runAsync(() -> {
platDeviceService.handleFault(device); platDeviceService.handleFault(device);
}); }, taskExecutor);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment