laund
laund
> This looks like it's another issue than the one here. Would you please file another issue, for example [in bugzilla](https://bugzilla.mozilla.org/enter_bug.cgi?product=Core&component=Gecko+Profiler)? If this is an addon issue it would be...
> Because you don't have the problem without addons, this hints to another problem. I have the problem without any extensions active, in a private window, too. The original issue...
i personally like and recommend using the tiangolo meinheld/gunicorn image that can be found here https://github.com/tiangolo/meinheld-gunicorn-flask-docker
Option 1: im not really sure about this, changing the recommended order like this makes the code less readable. Option 2: i consider it very unlikely paho will change anything,...
Yes, the last example should allow for recieving all QOS messages. If that's a change you're willing to accept, i could PR that. shouldn't be too large of a change.
Could you perhaps use Daemon threads, so they will be killed when the main process tries to exit? from the threading daemon docs: > The entire Python program exits when...
with a brief look in the code i can see Lona uses ThreadPoolExecutor, which doesn't really make daemon threads according to this issue https://stackoverflow.com/questions/49992329/the-workers-in-threadpoolexecutor-is-not-really-daemon
very dirty way to do this would be to call os._exit() somewhere but that will exit instantly without any cleanup. a better approach might be to have a flag that...
yeah my solution ended up being similar to this, by using get_nowait on the queue and sleeping for .01 secs. Still, kinda annoying that concurrent.futures cant handle daemon threads.
the issue with make is windows compatibility. im not able to run it personally, since i develop on windows.