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

Stale device configurations can live within processes after Forget Device is pressed #156

Open
qdot opened this issue Oct 12, 2024 · 0 comments

Comments

@qdot
Copy link
Contributor

qdot commented Oct 12, 2024

Had people hit some issues with the Solace Pro not showing capabilities correctly when connecting in v2.6.4 after using <= v2.6.3. This isn't real surprising since we don't handle capabilities updates correctly for devices that already have user configs since v2.6.1 (a config v3 issue).

Fix from Discord:


For everyone that had a Lovense Solace Pro they had already hooked up to Intiface Central that is now not seeing Linear capabilities in v2.6.4, there is a bug that requires a workaround:

  • Stop the server.
  • Go to the devices tab.
  • Hit "Forget Device" under the solace pro in the device list.
  • Close and reopen intiface (THIS STEP IS EXTREMELY IMPORTANT)
  • Make sure the Solace Pro is not in the disconnected devices list on the Devices Tab
  • Start the server again
  • Scan for devices on the devices tab.

For this bug specifically, we shouldn't require a process shutdown in the middle of these steps. Something, most likely behind the Rust FFI barrier, is holding the device in memory even after we call Forget up front.

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

No branches or pull requests

1 participant