Rigner / discord-rpc-java

Java implementation of Discord RPC for rich presence https://github.com/discordapp/discord-rpc
MIT License
25 stars 9 forks source link

Shutdown application correctly #5

Closed SirYwell closed 6 years ago

SirYwell commented 6 years ago

Hey, when closing your example apps, the game state stays the same. I didn't figured out until now how to remove the rich presence state. Should it automatically change?

Rigner commented 6 years ago

How are you launching the example ? If from an IDE, that's because of how Discord works (more info here : https://github.com/discordapp/discord-rpc/issues/13 )

SirYwell commented 6 years ago

Okay, so that's the problem. Thanks for your explanation.