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

feat: Add web sdk configurations #518

Merged
merged 2 commits into from
May 19, 2023
Merged

feat: Add web sdk configurations #518

merged 2 commits into from
May 19, 2023

Conversation

nand4011
Copy link
Contributor

Move transport-strategy and grpc-configuration out of core since it contains options that are only useful for the node sdk.

Create web versions of transport strategy and grpc configuration.

Create web version of configurations.

Plumb deadline millis into the web sdk.

@nand4011 nand4011 requested review from cprice404 and pgautier404 May 18, 2023 21:25
Move transport-strategy and grpc-configuration out of core since it
contains options that are only useful for the node sdk.

Create web versions of transport strategy and grpc configuration.

Create web version of configurations.

Plumb deadline millis into the web sdk.
@nand4011 nand4011 force-pushed the web-configuration branch from 432d0fb to 2c29bae Compare May 18, 2023 22:15
@nand4011 nand4011 requested a review from pgautier404 May 18, 2023 22:15
Copy link
Contributor

@cprice404 cprice404 left a comment

Choose a reason for hiding this comment

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

nice! lgtm other than:

  1. Remove InRegion configs and add a browser config
  2. would be nice to have at least one integration test that asserts a timeout error? I thought i saw one somewhere that was commented out but i might be making that up.

Remove the in-region and low-latency configurations and replace them
with a browser configuration.

Split the deadline and metadata creation into separate functions.
@nand4011 nand4011 force-pushed the web-configuration branch from 8944650 to 6ffc13a Compare May 19, 2023 23:08
@nand4011 nand4011 requested a review from cprice404 May 19, 2023 23:19
Copy link
Contributor

@pgautier404 pgautier404 left a comment

Choose a reason for hiding this comment

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

LGTM!

@nand4011 nand4011 merged commit 8508af0 into main May 19, 2023
@nand4011 nand4011 deleted the web-configuration branch May 19, 2023 23:46
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