-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Added options to PollingController to help handle cases where the Controller need more than just networkClientId #1776
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
03e93b3
Added options to PollingController to help handle cases where the Con…
shanejonas bf36d98
Fixed feedback from PR around `id` variable name and expanding on tes…
shanejonas 10d36e2
Merge branch 'main' into polling-controller-generic-options
shanejonas 7234504
Update packages/polling-controller/src/PollingController.test.ts
shanejonas 2c0c219
Fixed test to match calls + renamed outerPollToken
shanejonas 472119d
Merge branch 'main' into polling-controller-generic-options
shanejonas f6fdd42
Fixed sorting for options to generate a unique key + fix type
shanejonas 01192af
Fixed if statement around callbacks
shanejonas 556f1cf
Added JSDoc for `getKey` for PollingController
shanejonas b8c0e00
Update packages/polling-controller/src/PollingController.test.ts
shanejonas ac6b7a7
Merge branch 'main' into polling-controller-generic-options
shanejonas 4286bbc
Merge branch 'main' into polling-controller-generic-options
shanejonas 4919cb3
Added test case for different networkClientId + same options and fixe…
shanejonas 95d54e8
Changed JSON.stringify to fast-json-stable-stringify
shanejonas 585544e
Fixed linting
shanejonas 5da575d
Changed options type to Json and cleaned up naming of id/key for Poll…
shanejonas bed5016
Update packages/polling-controller/src/PollingController.test.ts
shanejonas d35f471
Fixed naming with #pollingTokenSets
shanejonas b689e51
Merge branch 'main' into polling-controller-generic-options
adonesky1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] last thing is maybe we should align with the
pollingTokenSet
verbiage ->PollingTokenSetId
?