Skip to content
Snippets Groups Projects
Commit a51bf35a authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Stop running task in onDisconnect()

parent f1ceae9c
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ namespace armarx
void ArMemExampleClient::onDisconnectComponent()
{
task->stop();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment