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

PerformInteractions sent quickly after CICS RPCs do not cause highlighted VR commands in the Manticore UI #143

Closed
crokita opened this issue May 12, 2021 · 1 comment

Comments

@crokita
Copy link
Contributor

crokita commented May 12, 2021

The Manticore UI adds and removes VR commands in batches in order to handle large amounts of commands at once to increase performance. This does cause the commands to be more asynchronous and there is a chance that an app can send a performinteraction too soon which causes the performinteraction to be processed before adding the VR commands for that interaction.

Manticore UI shows all commands uploaded by apps, but when a performinteraction comes and makes some of the commands selectable, all the selected commands should turn blue to indicate they can be clicked on in the voice tab.
The issue is that sometimes the performinteraction comes first before the commands are uploaded, so the commands will still show up but they will not be highlighted as selectable

@theresalech
Copy link
Contributor

This was referenced May 17, 2021
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

2 participants