I have used both
https://platform.preview.appgyver.com/ and the MacOS Preview app.
I first noticed this when I changed some data in my backend and both Preview windows ALMOST INSTANTLY refreshed with current data from the database. Odd, I thought.
Then using the chrome Inspector, I notice that AT LEAST once per second, it is hitting this: Fetch finished loading: GET “https://transdolan-v2.appgyver.com/dolan_api/v4/apps/311629/dolan_timestamp.json”.
Thats ok, thats not my server.
But then around every 5 secs its making an API call to my service.
Is this just something the preview windows do?
I’d hate to think that in production, this activity would be happening by all connected users.
Have not published anything yet, so I can’t tell.
Anything I need to be concerned about?
thx