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

Canceling rescheduling timer not working when having multiple actors per room #65

Open
LukasK13 opened this issue Oct 2, 2021 · 0 comments

Comments

@LukasK13
Copy link

LukasK13 commented Oct 2, 2021

I'm having a set up with two actors in a room with send_retries set to a value greater than 0.
Using this setup, a resending callback is registered with appdaemon for every actor here.
However, after the state has been successfully set, the time is not cancelled successfully here. Instead, appdaemon shows the following warning.

WARNING AppDaemon: Invalid callback handle '975ea51edf6e472d989d7cce2b02302f' in cancel_timer() from app schedy

A workaround for this issue is to set send_retries: 0 or to have separate rooms.

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

1 participant