-
Notifications
You must be signed in to change notification settings - Fork 608
Parse stream invalidation message as a JSONObject. #4639
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-rc-merge
Are you sure you want to change the base?
Conversation
Generated by 🚫 Danger |
Coverage Report 1Affected Products
Test Logs |
Size Report 1Affected Products
Test Logs |
Startup Time Report 1Note: Layout is sometimes suboptimal due to limited formatting support on GitHub. Please check this report on GCS. Startup time comparison between the CI merge commit (9758a1c) and the base commit (9769f4d) are not available. No macrobenchmark data found for the base commit (9769f4d). Analysis for the CI merge commit (9758a1c) can be found at: |
indexOf
andlastIndexOf
to find{
and}
in the invalidation message.JSONObject
in the parsing method.try {} catch {}
since the enclosingif
is no longer required since we're parsing the JSON inparseConfigUpdateMessage
.