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

Release/0.19.3 #1118

Merged
merged 2 commits into from Nov 7, 2022
Merged

Release/0.19.3 #1118

merged 2 commits into from Nov 7, 2022

Conversation

dlech
Copy link
Collaborator

@dlech dlech commented Nov 7, 2022

Fixed

Some devices will get a TimeoutError when trying to connect because
setting `self._session.maintain_connection = True` is not enough to
trigger a connection to the device. We also have to start an interaction
with the device. This can be done by calling `self.get_services()` which
we need to do here anyway. This also make `get_services()` be included
in the timeout, which is probably a good thing.

Fixes: #604
@dlech dlech merged commit c7101de into master Nov 7, 2022
@dlech dlech deleted the release/0.19.3 branch November 7, 2022 05:12
@dlech dlech linked an issue Nov 7, 2022 that may be closed by this pull request
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.

Windows10 - Timeout Exception Raised while connecting
1 participant