-
Notifications
You must be signed in to change notification settings - Fork 48
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
JslConnectDevices blocking when called again > JslDisconnectAndDisposeAll blocking if a device has been disconnected manually #43
Comments
I pushed the researched a bit further and figured that |
Thanks! I'll have a look |
Sorry it took so long, @benkuper. I think I've fixed the issue in v2.3.0, but not sure, because I haven't had the chance to fully explore it. |
Thank you ! Is there a release for 2.3 ? |
Not yet, I'm afraid, but if you build from the latest on master it'll have what I think is the fix. |
Gotcha |
Hello,
I'm trying to find a way to have dynamic connection / disconnection detection to avoid having to relaunch the software everytime a joycon has been disconnected or reconnected.
The first JslConnectDevices is working just fine, but if I power down and power again my joycons, calling this function again will be blocking and the function never returns.
Am I doing something wrong or is there a known issue there ?
BTW, the project I'm working on for this is that : https://benjamin.kuperberg.fr/chataigne / https://github.com/benkuper/Chataigne
Thank you for this wonderful lib,
Cheers
The text was updated successfully, but these errors were encountered: