Replies: 1 comment
-
I have made very significant progress. NOT in original order:
In my use case, the HTTPS test in MQTTX revealed an error message not seen elsewhere: my TLS certificate had expired! Fixing that took care of everything :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've got MQTTX desktop installed. Have had a running EMQX server for 2 years. Trying to diagnose a problem in a separate subscribe app. This seemed a good way to dig in...
a) On first time open of app I set up a connection.
BUG? Once I hit "connect", I got endless "Connect failed" every 4 seconds. Even after disabling auto-reconnect. And there's no button to turn OFF the connect attempts???
BUG? I turned on DEBUG logging. I got a DEBUG log message that the connection closed immediately. Zero other info. AND, on reload of the app, DEBUG logging doesn't do anything at all. No debug log lines no matter what I've tried. :(
QUESTION: is this as-intended, that there's no button to stop the auto-reconnects? Can enable but not disable connection attempts?
b) I was hoping to find a log that would explain why the connect failed. A hint at least ;)... Could NOT find the log for several minutes.
SUGGESTION: Include the log viewer in the top View menu.
I eventually discovered the side bar menu. Not at all obvious. Found nothing anywhere leading me to the log-view icon.
c) How to debug my issue?
- How do y'all debug these things?
d) BUG: MQTTX doesn't implement Websockets properly
(AFAIK, that's incorrect? I'm not an expert, perhaps this is ok?)
Beta Was this translation helpful? Give feedback.
All reactions