I just wanted to clarify at the outset that the web portal connection to the game WILL go down on mobile devices when your device goes to sleep. This is, unfortunately, standard websocket behavior on mobile browsers.
Someday this will be addressed with an Ares mobile app, but thatās quite a ways away.
In the mean time, just reload the web page when your device wakes, and it will re-establish the game connection.
Also if anyone does see issues with the web portal not updating something āliveā like it should, it would be super-helpful if you could check the sidebar to see if the game knows that itās not getting updates. Added bonus would be checking the browser console for weird errors (right-click ā Inspect ā Console on most browsers.)
Oh hey! I had this today. 2/10/18 at 11:52 AM Eastern time. Iām on Mac OS Mojave 10.14.3 (latest Mac OS), Chrome version 71.0.3578.98. I was on the Active Scenes page and mostly it had just been sitting idle for a bit. I wish I could say exactly how long ā maybe half an hour?
Yes, unfortunately work firewalls sometimes block websocket connections. You wonāt be able to access the āliveā stuff like the āPlayā screen, but I wouldnāt expect login to break because it uses the same query system that the other screens (browsing scenes, etc.) use. What error are you getting when you try to log in or out?
Incidentally, Cheesesoftware has an advanced connection library that falls back to HTTP polling if websockets donāt work. Someday I hope to integrate something like that into Ares but it requires a tech learning curve so it wonāt be any time soon.