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

Aborting a time-based scan does not disable the stopScan instruction at time end #902

Closed
peitschie opened this issue Feb 25, 2022 · 0 comments
Assignees
Milestone

Comments

@peitschie
Copy link
Collaborator

  1. Start a scan (e.g., 10s)
  2. Wait 5s then abort the scan by calling stopScan
  3. Start another scan (e.g., 20s)

The second scan will abort after only a few moments because the postDelayed message is never cleared when stopScan is called.

See

Noticed while looking at code for #901 901

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant