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
If a user says 'stop' more than once, the handler is called multiple times, resulting in improper dialog in the second call (nothing to cancel).
With an expired alert, ask to 'stop' or send a 'stop' message more than once.
https://github.com/NeonGeckoCom/skill-alerts/blob/dev/__init__.py#L1094
Consider a global or per-user lock around the 'stop' method
The text was updated successfully, but these errors were encountered:
NeonDaniel
No branches or pull requests
Description
If a user says 'stop' more than once, the handler is called multiple times, resulting in improper dialog in the second call (nothing to cancel).
Steps to Reproduce
With an expired alert, ask to 'stop' or send a 'stop' message more than once.
Relevant Code
https://github.com/NeonGeckoCom/skill-alerts/blob/dev/__init__.py#L1094
Other Notes
Consider a global or per-user lock around the 'stop' method
The text was updated successfully, but these errors were encountered: