Hello,
My scenario involve a datawriter and a datareader each one runs on its own host and exchanging topic instances through network.
I want the datareader side to be able to:
- Allocate resources (working processes for example) on creation of instances because the datawriter issues write keyed samples
- Free the resources on destruction of instances because the datawriter issues unregister or dispose (doesn't matter) of keyed samples, once they are created
Until now, no difficulty by reading status instances on the datareader side.