Commit 7ba3f3d3 authored by kcallin's avatar kcallin Committed by Roger Light
Browse files

[189] Mosquitto database corrupted on power-loss. (#206)



Mosquitto database writes are not atomic and if power is lost during
a write the file will be permanently lost.  This commit makes writes as
atomic as possible.

Signed-off-by: default avatarKeegan Callin <kc@kcallin.net>
Bug: https://github.com/eclipse/mosquitto/issues/189
parent ba2de887
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment