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

SimpleActionServer should expose dispose() #335

Open
aez opened this issue Jun 20, 2019 · 1 comment
Open

SimpleActionServer should expose dispose() #335

aez opened this issue Jun 20, 2019 · 1 comment

Comments

@aez
Copy link

aez commented Jun 20, 2019

There is currently no way to tear down a SimpleActionServer instance. A dispose() method seems like a reasonable thing to add to the API.

@Rayman
Copy link
Contributor

Rayman commented Jun 21, 2019

Indeed, it should be relatively easy to implement. In the action client it's implemented here:

ActionClient.prototype.dispose = function() {

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

2 participants