fix: 数据传输卡顿。

This commit is contained in:
2022-11-23 21:42:04 +08:00
parent a9394bd73c
commit 753074d0f4
3 changed files with 22 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ impl Manager {
.client
.publish(
"screen-bg-light/desktop/colors",
rumqttc::QoS::AtMostOnce,
rumqttc::QoS::AtLeastOnce,
false,
payload,
)