You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stop reprocessing polled events and log the silent ones
The finalizer drops an event from memory when done, so the poller treated an
already-processed MQTT event as new - and claimed in the log that MQTT never
announced it. Keep a memory of handled ids.
Also log events that yield no face: 17 of 20 events over 19 hours produced no
log line at all here, which makes a working install indistinguishable from a
dead one - exactly the confusion reported in the community thread.
0 commit comments