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

Choice Set Present followed directly by a Delete can have undefined behavior #1718

Closed
RHenigan opened this issue Jul 9, 2021 · 0 comments
Closed
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers

Comments

@RHenigan
Copy link
Contributor

RHenigan commented Jul 9, 2021

Bug Report

In certain cases, a present can happen when the choices are not available on the head unit. The present operation should double-check when it starts that all cells are preloaded on the head unit. When a present operation should be created along with the preload, and updated when the preload finishes. That way the delete will be slotted after the present.

Reproduction Steps
  1. Send a present with a large number of choices
  2. Immediately send a delete for several of those choices
Expected Behavior

The delete happens after the present

Observed Behavior

Undefined error behavior

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library manager-screen Relating to the manager layer - screen managers
Projects
None yet
Development

No branches or pull requests

3 participants