Skip to content

Fix: Ensure Subscribe Waits for Register Completion or Timeout#2775

Merged
AlexStocks merged 5 commits intoapache:developfrom
1kasa:develop
Feb 12, 2025
Merged

Fix: Ensure Subscribe Waits for Register Completion or Timeout#2775
AlexStocks merged 5 commits intoapache:developfrom
1kasa:develop

Conversation

@1kasa
Copy link
Contributor

@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.

@sonarqubecloud
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