blynkkk / blynk_Issues

6 stars 6 forks source link

Invalidate Data settings not working correctly #43

Closed Peterkn2001 closed 3 years ago

Peterkn2001 commented 3 years ago

I added "Invalidate Data" settings to a datastream like this:

image

but instead of the widgets showing "--" after 10 seconds of no data, it seems to take around 12 to 14 hours before the existing values are replaced with "--" when no data is being sent to the datastream.

Edited to add - the data is being sent via an API call. Datastreams where data is being sent via Blynk.virtialWrites appear to work correctloy.

Pete.

doom369 commented 3 years ago

@Peterkn2001 invalidation doesn't work in real-time. However, open/close web/app should show the invalidated values.