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

In dsi.sdlist, why is cnt needed? #8

Open
dthaler opened this issue Mar 24, 2019 · 0 comments
Open

In dsi.sdlist, why is cnt needed? #8

dthaler opened this issue Mar 24, 2019 · 0 comments

Comments

@dthaler
Copy link
Collaborator

dthaler commented Mar 24, 2019

The doc has:
"sdlist": {
"cnt": "",
"sd": [ … ]
},

The cnt field seems to be redundant with the number of entries in the "sd" array. None of the other JSON arrays in the spec have a separate cnt field. Can it be removed?

Keeping it causes potential consistency problems where a message is received where cnt != # entries in sd array, and would be better to make the problem go away.

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