Skip to content
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

Fix timeout issue in RPC #28

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

evshary
Copy link
Contributor

@evshary evshary commented Apr 19, 2024

In Zenoh, if the query doesn't be destroyed after replying, the queryable will reply with timeout.
While send_response, we should also remove the query from HashMap.

Signed-off-by: ChenYing Kuo <evshary@gmail.com>
@evshary
Copy link
Contributor Author

evshary commented Apr 23, 2024

@PLeVasseur Also here. I'm not quite sure whether I should bother other developers to review this kind of small fix or I can merge it directly. Hope this doesn't bother you.

Copy link
Contributor

@PLeVasseur PLeVasseur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@evshary -- gosh, I must have missed this. Thank you for the fix.

@evshary evshary merged commit ab0d2eb into eclipse-uprotocol:main Apr 25, 2024
4 checks passed
@evshary evshary deleted the fix_rpc_timeout branch April 25, 2024 02:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants