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: Ensure Subscribe Waits for Register Completion or Timeout #2775

Merged
merged 5 commits into from
Feb 12, 2025

Conversation

1kasa
Copy link

@1kasa 1kasa commented Feb 6, 2025

What this PR does

  • Ensure that Subscribe only returns after the Register operation has either completed successfully or timed out.
  • allowing the caller to be informed about the registration status.

Which issue(s) this PR fixes

Fixes #2591

Error cause description

  • The primary reason for the failure of the first invocation was that the consumer's registration and subscription process was asynchronous, resulting in the consumer not having received the available provider information from the registry when the Invoke method was called.

Copy link

sonarqubecloud bot commented Feb 6, 2025

@AlexStocks AlexStocks merged commit a15c2c5 into apache:develop Feb 12, 2025
6 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.

3 participants