-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] The current state of DiscordRpcClient.Deinitialize #100
Comments
Is this still the case, are you unable to recall Initialize after calling Deinitialize. |
This seems still be the case on the main branch here, i temp fixed it on my fork for now
i also invoked the if (OnClose != null)
OnClose.Invoke(this, new CloseMessage("Manual shutdown request")); Also sry for opening 2 issues, couldnt remove the label here and wasnt sure if its a bug so i closed & reopened another one without a label |
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 callingInitialize
again impossibleThe text was updated successfully, but these errors were encountered: