perryrothjohnson/covidticker

increase MQTT QOS to 1

Closed this issue · 4 comments

MQTT quality of service (QOS) is currently set to 0, so we can't confirm that the Matrix Portal received new data when it is pushed ... changing QOS to 1 would force confirmation

this seemed to cause a crash in only a couple hours instead of a crash in about a day

may want to switch this back to QOS 0 ... doesn't seem to make it more reliable in practice, and it also makes the performance a little slower

switched back to QOS=0 in db311dc