Commit 9d774901 authored by 崔佳豪's avatar 崔佳豪

feat: 新增mqtt铃铛消息广播

parent 05dca3e6
Pipeline #66337 waiting for manual action with stages
...@@ -351,6 +351,8 @@ class Notifier { ...@@ -351,6 +351,8 @@ class Notifier {
} }
} catch (e) { } catch (e) {
Logger.error(`收到消息处理异常:${e.message}`); Logger.error(`收到消息处理异常:${e.message}`);
} finally {
window?.share?.event?.emit?.('event:messageArrived', buffer);
} }
} }
......
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 to comment