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: JS API should use GetConfigurationConstants for auth calls #5977

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Aug 23, 2024

In addition to more closely following what other Deephaven clients do, this prevents an issue where Open/Next pairs of gRPC calls (to emulate a bidirectional call) can race each other to redeem a one-time use auth token.

Fixes #5955
Backport of #5959

…haven#5959)

In addition to more closely following what other Deephaven clients do,
this prevents an issue where Open/Next pairs of gRPC calls (to
emulate a bidirectional call) can race each other to redeem a one-time
use auth token.

Fixes deephaven#5955
@niloc132 niloc132 changed the title fix: JS API should use GetConfigurationConstants for auth calls (#5959) fix: JS API should use GetConfigurationConstants for auth calls Aug 23, 2024
@devinrsmith devinrsmith enabled auto-merge (squash) August 23, 2024 16:45
@devinrsmith devinrsmith merged commit 6e0be7b into deephaven:rc/v0.36.x Aug 23, 2024
24 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants