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

Feat: add bacth read support #44

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

hu1200511
Copy link

Hey, I've added a batch read request called getDataValueList in this PR. This request returns an error map, where the key represents the node that failed to read, and the value provides the failure message. I manually set a maximum limit for batch reads, which is set to 1000 by default. In my tests, this value never exceeded maxPduSize. With this batch read request, my program is functioning smoothly, and I haven't detected any potential risks associated with this method. Looking forward to your response. Thank you.

@hu1200511 hu1200511 mentioned this pull request Dec 25, 2024
@hu1200511 hu1200511 changed the title Feat: add read bacth support Feat: add bacth read support Dec 25, 2024
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