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 transactions freeze in offline mode #279

Merged
merged 2 commits into from
Apr 12, 2024
Merged

Fix transactions freeze in offline mode #279

merged 2 commits into from
Apr 12, 2024

Conversation

matth-x
Copy link
Owner

@matth-x matth-x commented Apr 12, 2024

The transaction queue could get stuck if PreBootTransactions were enabled (i.e. the charger is allowed to start transactions before the BootNotification succeeds). This PR contains the corresponding fixes.

Furthermore, the format specifier PRId32 caused problems with int and this PR changes it to %d.

@matth-x matth-x merged commit 10bd26e into main Apr 12, 2024
10 checks passed
matth-x added a commit that referenced this pull request Apr 12, 2024
@matth-x matth-x mentioned this pull request Apr 12, 2024
matth-x added a commit that referenced this pull request Apr 12, 2024
* fix tx queue can get stuck with offline tx

* fix compilation error
@matth-x matth-x deleted the fix/patch-12d48682 branch April 13, 2024 13:00
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