Closed 1manfactory closed 6 years ago
In case connection breaks, it pops up. When connection is back, you should see green notice and on the tab focus it will disappear.
I never get this error on the other side (I have stable connection though)
I have from time to time the same effect as 1manfactory. I get the red notice that the connection is lost and after a while the green notice that the connection is established.
I have definitely a stable (100 mb/s) WAN connection to the server.
i had this today also on my local nas, from my guess it happens when my nas was syncing big files in background and responds not fast enough.
on my server in the cloud i didn't noticed it so far.
may be the message should only displayed if 1-3 reconnects fail making message display, timeout and retrys configurable would be nice
BTW: is this message triggered by realtime stats?
This message would be triggered by any connection error. Any error would case it.
What do you propose, come on, share your thoughts.
IHMO it should only displayed if multiple errors accour,eg. because internet connection is lost.
Hm.. Then I need to differentiate human calls and programmatic.
Maybe make it optional?
this was why i asked about realtime stats, these should not trigger the message, optional would be a simple solution. or a checkbox/button in the message box "do not display again (in current session)" ...
btw. does background collection of relatime stats also happen when tab/window is hidden?
I use window.requestAnimationFrame()
to stop execution of periodic events when tab/window is hidden. requestAnimationFrame()
calls are paused in most browsers when running in background tabs or hidden
e.g. if you use setTimeout(something, 1000);
to trigger a a periodic function, replacing it with window.requestAnimationFrame(function(){setTimeout(something, 1000);});
will pause when tab/window is hidden.
I really should consider stop collecting data on window blur. I should've thought about it right away, strange that I didn't.
Thank you.
Damn it, this absolute must have.
What change I've made!?
Perfect! Thanks for your advices! 😀
Hello. Sorry, I can't follow your dialog. Is this a bug or not? Will ist be fixed or not? Thanks
It's been fixed. Please update to the latest version of the theme.
It will not pop up automatically. It will only be shown in case human interaction happens (you make a click) and network is not available. In all other cases it won't be shown.
Ok. Just manually uploaded to the newest version. Thank you SO SO SO much for your afford and hart work - even on christmas.
:) You are welcome. I love doing it.
I always leave a tab open in the background.
Since the last theme update I get this message pop up
This NEVER happened before.