-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update and refine publisher and subscriber API #23
Labels
Comments
elBoberido
added a commit
that referenced
this issue
Jun 21, 2022
elBoberido
added a commit
that referenced
this issue
Jun 21, 2022
elBoberido
added a commit
that referenced
this issue
Jun 21, 2022
elBoberido
added a commit
that referenced
this issue
Jun 21, 2022
elBoberido
added a commit
that referenced
this issue
Jun 21, 2022
This was referenced Jun 21, 2022
elBoberido
added a commit
that referenced
this issue
Jun 23, 2022
elBoberido
added a commit
that referenced
this issue
Jun 23, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 25, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 27, 2022
elBoberido
added a commit
that referenced
this issue
Jun 30, 2022
elBoberido
added a commit
that referenced
this issue
Jun 30, 2022
elBoberido
added a commit
that referenced
this issue
Jun 30, 2022
elBoberido
added a commit
that referenced
this issue
Jun 30, 2022
elBoberido
added a commit
that referenced
this issue
Jun 30, 2022
elBoberido
added a commit
that referenced
this issue
Jun 30, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Brief feature description
The current API was crafted before the iceoryx v1 release and does not fit the changes introduced with v1 and v2 quite well.
Additionally, there are some new publisher and subscriber options which should also be supported by the Rust binding.
Detailed information
pb::Topic
andpb::TopicBuilder
structs withInactivePublisher
andPublisherBuilder
with the option to create publisher to offer on createsb::Topic
andsb::TopicBuilder
structs withInactiveSubscriber
andSubscriberBuilder
with the option to create subscriber to subscribe on createloan
instead ofallocate_sample
The text was updated successfully, but these errors were encountered: