Closed
Description
I'm using the C++ API.
If an application has either an IPC Publication and an IPC Subscription or a Network Publication and a Spy Subscription, then the Publisher's term buffers get mapped twice.
Given that an IPC Subscription and a Spy Subscription directly reads the Publication's Term buffers, why are they mapped twice?
Also would it be feasible to only map the Publisher's term buffers once or this would "completely break" the design?