ItHasU / MQTTToolbox

A simple web application to manipulate MQTT messages. (Fullstack typescript).
MIT License
1 stars 0 forks source link

Save messages history on exit #5

Closed ItHasU closed 3 years ago

ItHasU commented 3 years ago

When updating the app, all saved messages are lost. It would be great that values get saved so we don't need to get them again when restarting the app.

ItHasU commented 3 years ago

It is possible that values are not received while the app is down. So we may get in an intermediate state where we have a value but not the last one.