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

Refactor OCPP callback captures #828

Open
Pietfried opened this issue Aug 12, 2024 · 0 comments
Open

Refactor OCPP callback captures #828

Pietfried opened this issue Aug 12, 2024 · 0 comments

Comments

@Pietfried
Copy link
Contributor

Describe the problem

The OCPP modules make frequent use of callbacks that they register as part of the libocpp ChargePoint class. The definition of the callbacks capture [this] most of the time, which is more than what actually nees to be captured.

EVerest Domain

OCPP, OCPP1.6, OCPP2.0.1

Affected EVerest Module

OCPP, OCPP201

Describe your solution

Change the callback definition to capture only the things that are actually needed. See #814 (comment)

Additional context

No response

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

No branches or pull requests

1 participant