You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While we copy the handlers when an abstract task gets replaced, we don't touch the unreachability handlers. This makes it impossible to setup unreachability handlers on an abstract task (think: mission) before it being planned.
Unreachability handlers should be moved rather than copied, as otherwise they would be triggered on the original task as well.
The text was updated successfully, but these errors were encountered:
While we copy the handlers when an abstract task gets replaced, we don't touch the unreachability handlers. This makes it impossible to setup unreachability handlers on an abstract task (think: mission) before it being planned.
Unreachability handlers should be moved rather than copied, as otherwise they would be triggered on the original task as well.
The text was updated successfully, but these errors were encountered: