You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do not clear entities callbacks on destruction (ros2#2002)
* Do not clear entities callbacks on destruction
Removing these clearings since they were not necessary,
since the objects are being destroyed anyway.
Signed-off-by: Mauro Passerino <[email protected]>
* Fix CI
Signed-off-by: Mauro Passerino <[email protected]>
* Restore clear_on_ready_callback on ~QOSEventHandlerBase
Needed since QOSEventHandlerBase does not own
the pub/sub listeners. So the QOSEventHandler
can be destroyed while the corresponding listeners
are still alive, so we need to clear these callbacks.
Signed-off-by: Mauro Passerino <[email protected]>
* Add coment on clearing callback for QoS event
Signed-off-by: Mauro Passerino <[email protected]>
Signed-off-by: Mauro Passerino <[email protected]>
Co-authored-by: Mauro Passerino <[email protected]>
0 commit comments