RobotWebTools / rosbridge_suite

Server Implementations of the rosbridge v2 Protocol
https://robotwebtools.github.io
BSD 3-Clause "New" or "Revised" License
897 stars 514 forks source link

Avoid stack traces when aborting an advertised action goal #906

Closed sea-bass closed 8 months ago

sea-bass commented 8 months ago

Instead of calling set_exception() on a canceled future, instead set a dummy empty result to avoid a stack trace.