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

fix: winrt: Return error when discovering services fails #360

Merged
merged 1 commit into from Jan 1, 2024

Conversation

danielstuart14
Copy link
Contributor

Prior to this commit, the discover_services method would return Ok(()) even if the underlying calls had failed.

This was causing a deadlock on my system when I tried to reconnect to a device that had just been disconnected.

Prior to this commit, the `discover_services` method would return
`Ok(())` even if the underlying calls had failed.
@danielstuart14
Copy link
Contributor Author

Here is a screenshot of where it would get stuck:
image

@qdot qdot self-assigned this Jan 1, 2024
@qdot qdot merged commit 58ef36f into deviceplug:master Jan 1, 2024
4 checks passed
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.

None yet

2 participants