Steve Kamerman
Steve Kamerman
@Florimond @MichaelHipp I've updated the PR to maintain the current options and left the ability for users to set `cleanSession=false` if they so choose. I've also added some prominent notes...
My understanding is that all MQTT clients resubscribe like this since it's a core feature of MQTT. I did not think it was go-specific.
Just to add some pain to this problem, this has happened again with the 64-bit ARMv8 architecture. The official name (in the kernel) is `aarch64`, but Debian requires `arm64`. Maybe...
Sure, no problem! https://github.com/jordansissel/fpm/pull/1775
There is an open debate about this in PR #974, #29 and #106, including working solutions.
That location is used for temporary files by `nginx` and shouldn't overflow. You can either create an unnamed volume there in the `Dockerfile` (via `VOLUME /var/cache/nginx`) or mount `/var/cache/nginx` somewhere...
Personally, I would keep them on disk in this scenario. If you have enough RAM, they will be in the filesystem cache anyway, so there shouldn't be much disk churning....
Seems reasonable to me, and I can't think of a cleaner way to do it unfortunately.
Thanks for the contribution @edipoReboucas!
Thanks for the contribution @davereid! I'm not opposed to adding this, but it's worth mentioning that I pass the original exception through, so you can access that message today like...