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

Java SDK StartUpdate waits outside of intercepted call #2094

Closed
Quinn-With-Two-Ns opened this issue Jun 4, 2024 · 0 comments · Fixed by #2159
Closed

Java SDK StartUpdate waits outside of intercepted call #2094

Quinn-With-Two-Ns opened this issue Jun 4, 2024 · 0 comments · Fixed by #2159

Comments

@Quinn-With-Two-Ns
Copy link
Contributor

Currently when the Java SDK executes a start update call and the update request does not reach the required waitstage the SDK will block the call waiting for the update request to reach the required stage. Currently we do this after the interceptor, but in all other SDKs we do this inside the intercepted call. This makes it impossible to run logic in the interceptor after the start update call has completed. We need to align the Java SDK with other SDKs here.

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 a pull request may close this issue.

1 participant