We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To abstract clients from the complexities of declaring an item lost from several discovery mechanisms we need to move this into library code.
Scanners should keep internal items list. When items are found/lost, they are added/removed from this list.
When a client calls start for the first time, they should be notified of any items that already exist in the scanner's list.
The text was updated successfully, but these errors were encountered:
@arcturus anything to add?
Sorry, something went wrong.
Sounds like a good plan.
No branches or pull requests
To abstract clients from the complexities of declaring an item lost from several discovery mechanisms we need to move this into library code.
Scanners should keep internal items list. When items are found/lost, they are added/removed from this list.
When a client calls start for the first time, they should be notified of any items that already exist in the scanner's list.
The text was updated successfully, but these errors were encountered: