Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant