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

backends/winrt/client.py: Add delay before closing services. #1406

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Sep 1, 2023

It appears that GattDeviceService.Close() can hang forever under
certain circumstances. This change adds a 0.1 second delay before
closing services to see if that helps.

Fixes: #1359

It appears that GattDeviceService.Close() can hang forever under
certain circumstances.  This change adds a 0.1 second delay before
closing services to see if that helps.

Fixes: #1359
@dlech dlech merged commit b25ec46 into develop Sep 1, 2023
@dlech dlech deleted the winrt-disconnect-delay branch September 1, 2023 18:08
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.

Timeout Error
1 participant