Skip to content
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

Make the hid manager to stop and start listening #37

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

Coloryr
Copy link

@Coloryr Coloryr commented Oct 21, 2024

I use AssemblyLoadContext to manage the clr space in my own project. after the Unload and Load, there will be an error

[2024/10/21 14:41:40][Error]Gui Error
System.InvalidOperationException: HidSharp RegisterClass failed.
   at HidSharp.Platform.Windows.WinHidManager.Run(Action readyCallback) in C:\Code\src\oss\hidsharp\hid\HidSharp\Platform\Windows\WinHidManager.cs:line 159

So it need stop the thread to fix.
I was add a HidSelectorManager to stop the HidManager

HidSelectorManager.Stop();

and it work, no Exception.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant