Luke Yu

Results 313 comments of Luke Yu

Thank you for your feedback, we support message folding in MQTTX, but our current threshold is 512KB. We understand the challenge for 1000-line JSON messages that don't reach this threshold...

Is this a problem with your stability? I tested it, and it is wrong. It should be a bug. The OpenAI API may have been updated, and I need to...

Fixed on https://github.com/emqx/MQTTX/releases/tag/v1.12.0, thanks for using it.

Theoretically, it is possible. MQTTX receives binary data, and we convert the received data to "Plaintext" so we can parse whatever you send. At this point, we can continue the...

This is indeed an issue that needs optimization. We'll improve the export functionality to use a streaming approach instead of loading everything into memory. Thank you for reporting this problem.

Welcome to try https://github.com/emqx/MQTTX/releases/tag/v1.12.1, where this issue has been addressed.

Thank you for reporting this issue. You're right - Ctrl+W should only close the current window, not exit the entire application. We'll optimize this behavior in future.

Thanks for reporting this! This is a known issue and will be fixed in v1.12.0. For now, please avoid using the Enter key when editing topics. Best regards

Hi, I haven't encountered this issue before. Could you please provide some logs so we can investigate further? You can find instructions on how to retrieve logs here: https://mqttx.app/docs/advanced#logs

Hi! Thanks for reporting this. Based on @roccoder's feedback, a temporary workaround is to use the x64 version instead of ARM64 - Windows 11's x64 emulation should handle this automatically....