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

Remove stream-messenger/messenger.h from include #519

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

beef9999
Copy link
Collaborator

No description provided.

if (Clock::now() < t)
return cv_status::no_timeout;
// if (Clock::now() < t)
// return cv_status::no_timeout;
return cv_status::timeout;
}
Copy link
Collaborator Author

@beef9999 beef9999 Jun 25, 2024

Choose a reason for hiding this comment

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

Fix CI random error:

photon timeout may return earlier. Don't need to compare with steady clock.

@lihuiba lihuiba merged commit 9c1bcd3 into alibaba:main Jun 27, 2024
10 checks passed
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