valtzu / smart-coffee

Receive push notifications when coffee is ready. Based on polling the coffee machine energy consumption using TP-Link HS110 monitoring device.
MIT License
0 stars 1 forks source link

Fix json-api queue #25

Closed valtzu closed 6 years ago

valtzu commented 6 years ago

Promises are immutable, who knew? So we'll need to use

queue = queue.then(...);

This should fix the issue where quickly tapping the notification checkboxes on/off won't register all the requested actions.

valtzu commented 6 years ago

Fixed in 66e998966fb95590fa01ad9bcbee69fbe8928638