Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix client lock, Parallel API calls are not permitted. #2434

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

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

janiversen
Copy link
Collaborator

@janiversen janiversen commented Oct 30, 2024

Issue #2432 showed a bug in the client locking.

Pymodbus do NOT allow parallel calls ! the lock ensures that.

The App can issue multiple calls, but the 2..n call will wait on the lock.

@janiversen janiversen merged commit bc407f6 into dev Oct 30, 2024
1 check passed
@janiversen janiversen deleted the client_lock branch October 30, 2024 22:13
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.

1 participant