-
Notifications
You must be signed in to change notification settings - Fork 40
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
publisher and subscriber support callback #554
Comments
and what is the difference between pub/sub and listen/notify |
So the normal workflow looks like:
The decoupling of pub/sub and event in iceoryx2 has now the advantage that the user can define and emit any kind of custom event. In classic iceoryx there was only one event: |
when I use publisher and subscriber demo,I find it use polling, Is there an event-driven subscription mechanism like iceoryx1 to reduce system load?
The text was updated successfully, but these errors were encountered: