Thomas Nordquist
Thomas Nordquist
@UrizielTSD This would be awesome. I think there are quite a lot people who will benefit from that. I added some documentation on how to update the website, but any...
You will be disconnected if you subscribe to a topic which you do not have the permissions to subscribe to. you might want to remove the `$SYS/#` subscription
Moved `example telemetry` from readme: ```js { system: { arch: 'x64', platform: 'darwin' }, appVersion: '0.0.7', events: { HELLO_EVENT: [ 1547714886134 ] }, now: 1547714886135, transactionId: '1767d251-f492-4f2c-aa62-88add3acc26b' } { errors:...
Hello @GregoryEAllen this "error" is to be expected if there is no internet, but I am fairly certain it is not the reason for the crash. Can you give me...
I tried to launch the app in a VM without a network card: I used this base image https://www.osboxes.org/centos/#centos-7-1804-info and it did start successfully (with a load of `net::ERR_CONNECTION_REFUSED` error...
@GregoryEAllen no worries, I'm always happy to get error reports. It helps tremendously maintaining good software quality. I just remove the whole conversation in a few minutes 😇
Currently, messages are truncated to 10kb. - MQTT Explorer keeps a record of all topics/messages, I added the limit to prevent the app from running out of memory. - Value...
If you need an immediate solution have a look at: https://github.com/thomasnordquist/MQTT-Explorer/blob/50b2362a70b5a0dc106a0402ac1bbeece686768f/backend/src/index.ts#L47-L53 Change it and execute `yarn build` and `yarn start`
The very first thing to do is notify the user of truncated content and add a (volatile?) option to increase the limit (10k / 100k / 1M / 5M). Beyond...
Except for the notification maybe, none of this will make it in the next release. I'm basically polishing up the current release, removing all the "paper-cuts" that have accumulated over...