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 IXXAT periodic messages not working #1628

Merged
merged 1 commit into from
Jul 7, 2023
Merged

Fix IXXAT periodic messages not working #1628

merged 1 commit into from
Jul 7, 2023

Conversation

ChargedByte
Copy link

Hey,

As reported in a few instances, the periodic messages don't work on IXXAT. The IXXATBus appears to be just missing the call to the super-classes constructor. This call is present in the develop branch but is missing in the current release v4.2.2

References: #1285 #1605

@zariiii9003
Copy link
Collaborator

This change makes IXXATbus use thread based periodic tasks instead the hardware based implementations. I think it better than nothing, but it's not really fixing the issue.

I hope #1611 will fix all issues.

@ChargedByte
Copy link
Author

Ah, that makes sense. Looks like I didn't do enough research into the library, sorry about that. The workaround works for us and we can keep applying it locally. Probably best to close this PR and just wait for the refactoring?

@zariiii9003
Copy link
Collaborator

I'll merge this. Thread-based periodic tasks are better than exceptions.

@zariiii9003 zariiii9003 merged commit 14bcfeb into hardbyte:release-4.2 Jul 7, 2023
@ChargedByte ChargedByte deleted the fix_ixxat_periodic branch July 7, 2023 19:08
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