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

Fixes the unexpected implementation of the ModbusSerialClient.connected property #2327

Merged
merged 3 commits into from
Sep 23, 2024

Conversation

MAKOMO
Copy link
Contributor

@MAKOMO MAKOMO commented Sep 20, 2024

Fixes the implementation of the connected property in sync client to just check if socket exists without calling connect. See Discussion #2325 and Discussion #1854.

Note that this connected property is not used by the pymodbus lib currently.

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

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 04413d0 into pymodbus-dev:dev Sep 23, 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.

2 participants