microRTPS_bridge: mark task as not running when running stop()

This commit is contained in:
ChristophTobler
2018-02-13 16:29:56 +01:00
committed by Daniel Agar
parent c22dc2beaf
commit 80eca30689
@@ -261,6 +261,8 @@ int micrortps_client_main(int argc, char *argv[])
if (nullptr != transport_node) { transport_node->close(); }
_rtps_task = -1;
return 0;
}