Skip to content

Is there any way to receive the old sent message before subscriber init? #1856

Answered by DownerCase
RockyXRQ asked this question in Q&A
Discussion options

You must be logged in to vote

As far I know - No. If the publisher only sends messages to the subscribers it is aware of. I'd recommend setting up any subscribers and publishers your program will need as early as possible.

You could consider a synchronization delay between initializing the publisher/subscribers and sending the data; decreasing the registration refresh period, or using the client-server service API (if you need reliable call and response).

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@RockyXRQ
Comment options

Answer selected by rex-schilasky
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants