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

Raise exception on no response in async client. #2502

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

philj56
Copy link
Contributor

@philj56 philj56 commented Dec 13, 2024

This makes the async client behave the same as the sync client again.

Fixes #2500.

This makes the async client behave the same as the sync client again.
Copy link
Collaborator

@janiversen janiversen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm, thanks.

@janiversen janiversen merged commit 1c0fa4b into pymodbus-dev:dev Dec 13, 2024
1 check 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.

Async client functions return None on no response.
2 participants