Open SvenDC opened 9 years ago
ptal @smits @psoetens @meyerj
The same issue has been reported via the Orocos-users mailing list here: http://www.orocos.org/forum/orocos/orocos-users/orocosusers-operation-returns-vector-string-runs-more-1-time
Test case implemented by @keivanzavari: https://github.com/keivanzavari/operations_test
Output:
Deployer [S]> Test.getOwnerName()
3.337 [ Debug ][Logger] Hi you just called me!!
3.337 [ Info ][Test] another log!!
3.338 [ Debug ][Logger] Hi you just called me!!
3.338 [ Info ][Test] another log!!
3.338 [ Debug ][Logger] Hi you just called me!!
3.338 [ Info ][Test] another log!!
3.338 [ Debug ][Logger] Hi you just called me!!
3.338 [ Info ][Test] another log!!
3.338 [ Debug ][Logger] Hi you just called me!!
3.338 [ Info ][Test] another log!!
3.339 [ Debug ][Logger] Hi you just called me!!
3.339 [ Info ][Test] another log!!
3.339 [ Debug ][Logger] Hi you just called me!!
3.339 [ Info ][Test] another log!!
3.339 [ Debug ][Logger] Hi you just called me!!
3.339 [ Info ][Test] another log!!
3.339 [ Debug ][Logger] Hi you just called me!!
3.339 [ Info ][Test] another log!!
3.339 [ Debug ][Logger] Hi you just called me!!
3.339 [ Info ][Test] another log!!
= { [Test, Test ], size = 2, capacity = 2 }
Deployer [S]>
first call:
second call (from
RTT::base::DataSourceBase::getMember(std::string const&)
):