Thomas Nordquist

Results 46 comments of Thomas Nordquist

The limit needs to be better, but I'm not yet sure how. ### Some ideas 1. Static setting in the sidebar 1.1. Should this setting be permanent? (remembered through restarts)...

This may happen when you use the same MQTT client ID twice on the same broker. (or connect two MQTT Explorer instances at once). I'll check out the compatibility with...

I had no trouble conencting to an emqx instance `docker run --rm -d --name emqx -p 18083:18083 -p 1883:1883 -it emqx/emqx:latest`. However to see all the traffic you would most...

You know of any backward compatibility issues? I'll run a test-build now.

Any reason why not update to 0.3.1?

While this would be very cool, there are 3 issues with this. Using Buffers seems not to be a viable option - Nodejs uses Buffers, browser ArrayBuffers it is uncertain...

The first step is complete, messages are stored as Base64 and can be Data-URI encoded with methods from `Base64Message`. However, buffers are currently truncated to a size of 10k in...

Hello there, for me time is a very limited resource, and at the end of the day I try to finally close my laptop. This is one reason I do...

Proposed by @m-elias > Right click in tree to select option to exand all sub-branches

The idea is to give this project some attention after christmas. This will entail: - A new stable release. - Removed tracking (maybe just bug-tracking with opt-in) - Bugfixes to...