RTI DDS two applications publishing data on same domain. When one application closes and reopens it looses the data. How to solve?
问题 I have two publisher and subscriber application. App1 -> publish -> Student (1,ABC), Student(2,EFG). After it I run second application. both application subscribe and publish on same domain App2 able subscribe Student (1,ABC), Student(2,EFG) which is published by App1 then I Published data. App2-> publish -> Teacher(1,AAA),Teacher(2,BBB) Now I got Student (1,ABC), Student(2,EFG),Teacher(1,AAA),Teacher(2,BBB) from App2 when I close app2 and reopen again I am unable to subscribe this data How