Hey!
I am currently working on an online 1vs1 game and my problem is, that I don't want the game to stop running when you minimize it.
In doing so, your game stops, while the enemy's game is still running... ending in some bad syncing errors (minions died on player 2's game while yours was minimized).
Is there something I could do about it? In the NWjs version I just set the window to permanently be on top of others, so you would need to close the game first. (Only ingame, not in menu)