-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run event_based_communication on C++ #566
Comments
@owny990312 Thanks for the bug-report - I can confirm the bug! It is only present in the C++ version of the example. I suppose it is a bug in the example itself. |
@owny990312 the problem was that the publisher and the subscriber had inconsistent history requirements. This is fixed with #567 |
Thanks for your reply |
By the way, what is the function of If I don't set this value, it can work? Because In some case I never mind the history value, so I don't want to subscriber this value.But In my practice, it default to 1 not zero |
…cxx-example [#566] Fix event based comm cxx example
|
when I first run ./example_cxx_event_based_communication_subscriber,
then run ./example_cxx_event_based_communication_publisher, the publisher is coredump like the following picture:
But when I first run example_cxx_event_based_communication_publisher
then run ./example_cxx_event_based_communication_subscriber,it works.
But In my case, it must run subscriber first.
The text was updated successfully, but these errors were encountered: