Remote Config realtime for Web#9199
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
3a792c1 to
7653692
Compare
7653692 to
77a6aca
Compare
dsjadaun-google
left a comment
There was a problem hiding this comment.
Do we plan add further tests for the realtime functionality?
Yes we will be adding the unit test cases for everything in the upcoming PR. |
* Added the visibilityMonitor * minor changes * resolving the spacing problem
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.