Hi all,
I have an application with one DataWriter and one DataReader that catches when an instance is unregistered. It does the following:
- on the publisher side: After all the work is done, the only DataWriter calls unregister_instance() and exits (thus the DataWriter is deleted).