-
Notifications
You must be signed in to change notification settings - Fork 79
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
feat: Add configuration option to delay message queue resume #456
feat: Add configuration option to delay message queue resume #456
Conversation
@@ -24,6 +24,10 @@ config: | |||
description: If true websocket can be disconnected and connected externally | |||
type: boolean | |||
default: false | |||
MessageQueueResumeDelay: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably makes sense to have this in the OCPP (1.6) module as well
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We would need to extend the libocpp PR a bit as well, in order to allow passing that setting to the 1.6 chargepoint. Should we do that as part of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Signed-off-by: Valentin Dimov <[email protected]>
Signed-off-by: Valentin Dimov <[email protected]>
Signed-off-by: Valentin Dimov <[email protected]>
0f284d4
to
4ba9cbb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please update libocpp rev then this should build and be able to merge
Signed-off-by: Valentin Dimov <[email protected]>
Companion to EVerest/libocpp#283