KaanGaming / HollowKnightDRPC

Discord RPC mod for Hollow Knight.
MIT License
9 stars 2 forks source link

Handle discord client restarting #5

Closed thislooksfun closed 1 year ago

thislooksfun commented 1 year ago

Currently if you open Discord, open HK with this mod, then restart Discord, the rich presence will be broken until you restart HK again. It seems that this is because the GameSDK doesn't handle reconnections automatically. Instead, it seems that you need to detect the NotRunning result, and re-initialize the GameSDK.

thislooksfun commented 1 year ago

Actually, reading further into the thread it seems that solution is actually not recommended. :(