Lachee / discord-rpc-csharp

C# custom implementation for Discord Rich Presence. Not deprecated and still available!
MIT License
560 stars 94 forks source link

The current state of DiscordRpcClient.Deinitialize #101

Closed LeagueRaINi closed 3 years ago

LeagueRaINi commented 3 years ago

What actually is the purpose of Deinitialize ? I'm working on a small utility tool that uses this library and i wanted to be able to easily activate/deactivate the rpc client which i thought was the purpose of Deinitialize but after calling it u cant do anything cause the namedPipe gets disposed and the thread is not being nulled which makes calling Initialize again impossible