-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
OSCQuery interface displays value even with access mode 'Set' #661
Comments
Thanks for the report. |
paging @bltzr @jln- @avilleret for opinions |
Huh, I guess I don't get why those users don't just use the |
this seems related to #504 afaic since lots of people are complaining we are not strictly following the specs regarding access mode, I suggest to change to strictly follow the specs, even if it breaks some code somewhere |
I'm using the cpp98 interface. I have a node that should have 'Set' only access. I set it up like below.
Unfortunately this still displays the last string set in the json http response (without query strings), and the cmd?VALUE query string also returns the value.
The proposal indicates about value:
ossia claims to support both Access and Value
The text was updated successfully, but these errors were encountered: