Luke Yu
Luke Yu
Hi @terokorp, Thanks for the feedback\! Yes, the right-click copy button is currently designed for copying the payload. When you select the topic text, you can use the system keyboard...
Welcome to try https://github.com/emqx/MQTTX/releases/tag/v1.12.1, this issue has been optimized in this version.
Thanks for the report! This is a known issue with electron-builder: https://github.com/electron-userland/electron-builder/issues/5294 The icon is incorrectly placed in /usr/share/icons/hicolor/0x0/apps/ instead of the correct location when building the .deb package. As...
Thanks for reporting this issue. After checking the code, I can confirm that MQTTX currently doesn't support configuring SNI (Server Name Indication) options. MQTTX doesn't expose Node.js TLS options, such...
Hi @xzbit22, There's a misunderstanding about the parameters: - `-im 100` means **message interval** (publish every 100ms), not 100 messages total - `-d` is a boolean flag for duplicate messages,...
Hi @CasperHK, thanks for the feature request\! We'll consider this for future releases. We'd welcome a PR with the translation files - you can directly submit the zh-Hant translation files,...
Sorry for the late response\! This is a valid issue. MQTTX currently doesn't support LZ4 decompression for MessagePack. We'll look into adding this feature.
Hi @1287056027, Thanks for this detailed feedback on connection grouping\! These are very practical UX improvements. I've noted your suggestions: 1. Add colors to distinguish different groups 2. Create new...
Thank you for reporting this issue. To help us identify the root cause of the connection failure, could you please provide the following information? 1. **Broker logs**: The mosquitto logs...
Duplicate of #1599, #1075 This is a problem caused by technical and code implementation. For the specific reason, please check the issue above. We will fix it in a future...