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

Modbus was internall casting a PollingContext to the wrong object when trying to determine deltas, breaking delta sending #690

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

codepitbull
Copy link
Contributor

Motivation

Resolves #28848

Changes
ModbusAdapter was casting the incoming PolingContext to the wrong type.
Since this was only used for delta-calculations it broke only those.

…n trying to determine deltas, breaking delta sending
@cla-bot cla-bot bot added the cla-signed label Dec 11, 2024
@codepitbull codepitbull merged commit 92911a6 into master Dec 11, 2024
9 checks passed
@codepitbull codepitbull deleted the fix/28848-type-cast branch December 11, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants