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

WIP: fix: Removed limitation for length of message (1024) in function tran… #38

Closed
wants to merge 2 commits into from

Conversation

Reid0
Copy link

@Reid0 Reid0 commented Aug 7, 2018

Removed limitation for length of message (1024) in function transformData.
This limitation was causing partial logging for longer NDC messages. I do not have enough info for the various use cases of this module, apart from NDC protocol, to decide on alternative value to 1024.
I propose this limitation to be removed currently if this will not cause problems."

For reference on possible maximum length of NDC message, below you can find a note from Diebold's documentation on their implementation of Advance NDC:

3.2.1 State Tables Load
This message is used to load state tables into terminal memory. The maximum
message length for this command is 8192 characters from header to trailer.

…sformData. This limitation was causing partial logging for longer NDC messages. Since I do not have enough info for the various use cases, apart from NDC protocol, to decide on alternative value to 1024, I propose this limitation to be removed.
@ut-jenkins
Copy link
Contributor

Can one of the admins verify this patch?

@kalinkrustev
Copy link
Member

This needs more discussion. Logging too much data is not good idea.

@kalinkrustev kalinkrustev changed the title fix: Removed limitation for length of message (1024) in function tran… WIP: fix: Removed limitation for length of message (1024) in function tran… Sep 28, 2018
@stambata
Copy link
Member

implemented via configuratoin: #48

@stambata stambata closed this Feb 22, 2023
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.

4 participants