We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5234d4f commit f8450dcCopy full SHA for f8450dc
firebase-config/src/main/java/com/google/firebase/remoteconfig/internal/ConfigRealtimeHttpClient.java
@@ -335,7 +335,7 @@ public synchronized void beginRealtimeHttpStream() {
335
// Open the connection and get response code.
336
responseCode = httpURLConnection.getResponseCode();
337
338
- // If the connection returned a 200 response code state Autofetch.
+ // If the connection returned a 200 response code, start listening for messages.
339
if (responseCode == HttpURLConnection.HTTP_OK) {
340
// Reset the retries remaining if we opened the connection without an exception.
341
resetRetryParameters();
0 commit comments