Vercidium
Vercidium
I had a similar issue and I believe it's caused by garbage-collected delegates. It's a bug in Core.cs that is yet to be fixed. There's details here on how to...
Another user is facing this issue, there is a working hack to stop the delegate from being collected by GC here: https://github.com/discord/gamesdk-and-dispatch/issues/36#issuecomment-846799714
Bumping this issue as it is still occuring in the latest Discord SDK. I am using a similar solution to what was posted above: ```cs [MonoPInvokeCallback] private static void UpdateActivityCallbackImpl(IntPtr...