mirror of
https://gitlab.com/obbart/universal_robots_ros_driver.git
synced 2026-04-10 01:50:46 +02:00
Did not disconnect from stream inside producer
This commit is contained in:
@@ -60,7 +60,6 @@ public:
|
|||||||
}
|
}
|
||||||
void stopProducer()
|
void stopProducer()
|
||||||
{
|
{
|
||||||
stream_.disconnect();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool tryGet(std::vector<std::unique_ptr<URPackage<HeaderT>>>& products)
|
bool tryGet(std::vector<std::unique_ptr<URPackage<HeaderT>>>& products)
|
||||||
|
|||||||
Reference in New Issue
Block a user