SteamRPC
SteamRPC copied to clipboard
RPC stays on after the game is closed

oh i think i fixed it, added process.on('uncaughtException', err => { console.log(`Uncaught Exception: ${err.message}`) process.exit(1) }) on line 138
I dont now if I'm being stupid, but the issue has reappeared now. Steps to reproduce: Launch the game Wait for the status Close the game Status still appears as if I'm playing