Azn9 / JetBrains-Discord-Integration

Discord rich presence integration for all JetBrains IDEs
Apache License 2.0
111 stars 9 forks source link

[Bug]: Changing theme still displays the old presence #86

Closed Azn9 closed 3 weeks ago

Azn9 commented 4 months ago

What happened?

image

IDE version

*

Plugin version

2.0.8

What operating system are you using?

Windows

Relevant log output

No response

Azn9 commented 4 months ago

https://github.com/Azn9/JetBrains-Discord-Integration/blob/develop/plugin/common/src/main/kotlin/dev/azn9/plugins/discord/rpc/RpcService.kt#L121-L138

I need to make sure that I stop the presence before closing the connection, otherwise Discord still displays it for a while.

Azn9 commented 3 months ago

Fixed in https://github.com/Azn9/JetBrains-Discord-Integration/commit/25aab73f1c23dc84c4208243308b3b903ba92582, keeping this issue open until released