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

fix(modbus-client): respect parallelUnitIdsAllowed in queue #473

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

emcell
Copy link

@emcell emcell commented Jun 24, 2024

Which issues are addressed by this Pull Request?

#472

What does this Pull Request change?

Uses the same technique that is used on serial connections to make sure that modbus requests go out in serial order and not parallel for modbus-tcp connections when parallelUnitIdsAllowed is disabled.

Does this Pull Request introduce any potentially breaking changes?

I don't think so

@biancode biancode changed the base branch from master to develop June 24, 2024 19:31
@biancode biancode changed the base branch from develop to feature/pr_respect-_parallel June 27, 2024 11:26
@biancode biancode merged commit b6145e9 into BiancoRoyal:feature/pr_respect-_parallel Jun 27, 2024
7 of 9 checks 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.

4 participants