ev-map/EVMap

Favorite list: keeps updating realtime status for chargers that don't have any available info

Opened this issue · 3 comments

Version 1.7.1 (F-Droid)

You mean that it tries to reload the realtime status each time you open the favorites page, right?
That's true, we currently don't cache the realtime data - not even the information that it is not available. We could implement that, though I wouldn't save it forever because it might become available in the future...

I had a bug where it tried to load endlessly some charger in the favorite page (while staying on this page). But for now I cannot reproduce it.

Ah okay... hm... In that case, I'll check if there is a missing timeout setting or something like that, in case the server doesn't respond or the network is slow.