-
Notifications
You must be signed in to change notification settings - Fork 27
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
Address known service/client (request/ response) limitation #105
Labels
Comments
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 3, 2024
…tore the sample pointers (ros2#105)
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 3, 2024
…tore the sample pointers (ros2#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 4, 2024
…tore the sample pointers (ros2#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 4, 2024
…tore the sample pointers (ros2#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 5, 2024
…tore the sample pointers (ros2#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 5, 2024
…tore the sample pointers (ros2#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 8, 2024
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 8, 2024
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
to ApexAI/rmw_iceoryx
that referenced
this issue
Jan 8, 2024
Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
mossmaurice
added a commit
that referenced
this issue
Jan 8, 2024
* Address known limitation in service/client by using a 'std::map' to store the sample pointers (#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai> * Update paths of files previously in 'iceoryx_dust' (#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai> * Set Linux and QNX to C++17 in accordance with iceoryx build (#105) Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai> --------- Signed-off-by: Simon Hoinkis <simon.hoinkis@apex.ai>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Circumvent the known limitation by storing the sequence together with the sample pointer in a
std::map
as discussed here.The text was updated successfully, but these errors were encountered: