Replies: 1 comment
-
Hi, the tag mode, as all UCX APIs, is reliable. Can you pls provide the code (or some snippet) to demonstrate how tag API is used in your application? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I am encountering an issue in my program where it seems that ucp_tag_send_nbx successfully sends data from the sender's side, but the receiver fails to detect the corresponding tag data (packet loss). I am not sure if this is a problem with the tag mode mechanism or if there might be an issue with my code logic.This issue cannot be reproduced consistently
Could anyone please provide some insights or suggestions on how to troubleshoot this issue?
Beta Was this translation helpful? Give feedback.
All reactions