Skip to content

Fix transactions freeze in offline mode#279

Merged
matth-x merged 2 commits intomainfrom
fix/patch-12d48682
Apr 12, 2024
Merged

Fix transactions freeze in offline mode#279
matth-x merged 2 commits intomainfrom
fix/patch-12d48682

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 force-pushed the fix/patch-12d48682 branch from fd1e89e to b544560 Compare April 12, 2024 20:11
@matth-x matth-x merged commit 10bd26e into main Apr 12, 2024
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