-
Notifications
You must be signed in to change notification settings - Fork 171
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
VR commands created by Lib when its not provided by App #941
Comments
This issue is related to an incomplete implementation of proposal SDL 0064 Choice-VR optional. We may want to reopen the original issue #739 again. Update: |
The current library builds RPCs in accordance to the negotiated RPC spec version so that developers do not have to worry about it themselves. This PR would then break that ability by circumventing the negotiated RPC spec allowing for bad actors going against the RPC spec. \ Update: If you don't believe the library should handle this for developers and they should be responsible for how RPCs are formed then that can be discussed. I would recommend adding this for a topic for the next steering committee meeting. |
Closed with the creation of the Choice set manager #1080 |
Bug Report
VR commands created by Lib when its not provided by App
Reproduction Steps
Expected Behavior
Lib should not create VR commands when its not provided by App
Observed Behavior
Lib creating VR commands using choice ID and sending it.
OS & Version Information
Test Case, Sample Code, and / or Example App
Did not observe this behavior in iOS SDL Library
The text was updated successfully, but these errors were encountered: