-
Notifications
You must be signed in to change notification settings - Fork 962
Remote Config realtime for Web #9199
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
base: realtime-for-web
Are you sure you want to change the base?
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
3a792c1
to
7653692
Compare
7653692
to
77a6aca
Compare
This PR contains the logic for adding a new API, onConfigUpdate, for making a Realtime Connection and implementing backoff logic in case of errors. Making a connection and going into backoff is working as expected.
In follow-up PRs, we will add logic for handling tab visibility (foreground/background) to either make or close a connection based on activity, implement AutoFetch logic, and add unit tests.