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
The current implementation of Action's sendGoal does not look into the response's status code and instead relies on result. This is error-prone and doesn't properly handle STATUS_CANCELLED in particular.