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

Add patch which implements async GetConnectedDevice #49

Merged
merged 1 commit into from
Mar 28, 2024

Conversation

agners
Copy link
Collaborator

@agners agners commented Mar 28, 2024

The call GetConnectedDeviceSync may block for an extended period of time, especially when the CASE session needs to get reestablished. This adds an implementation of GetConnectedDeviceSync which uses asyncio to keep the asyncio event loop running.

The call GetConnectedDeviceSync may block for an extended period of
time, especially when the CASE session needs to get reestablished. This
adds an implementation of GetConnectedDeviceSync which uses asyncio to
keep the asyncio event loop running.
@agners agners force-pushed the async-friendly-get-connected-device branch from b20aab9 to c959864 Compare March 28, 2024 10:18
@agners agners merged commit c073d6d into release Mar 28, 2024
3 of 4 checks passed
@agners agners deleted the async-friendly-get-connected-device branch March 28, 2024 14:51
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.

2 participants