File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Firestore/Example/Tests/SpecTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -335,11 +335,11 @@ - (void)doRunTimer:(NSString *)timer {
335
335
timerID = FSTTimerIDAll;
336
336
} else if ([timer isEqualToString: @" listen_stream_idle" ]) {
337
337
timerID = FSTTimerIDListenStreamIdle;
338
- } else if ([timer isEqualToString: @" listen_stream_connection " ]) {
338
+ } else if ([timer isEqualToString: @" listen_stream_connection_backoff " ]) {
339
339
timerID = FSTTimerIDListenStreamConnectionBackoff;
340
340
} else if ([timer isEqualToString: @" write_stream_idle" ]) {
341
341
timerID = FSTTimerIDWriteStreamIdle;
342
- } else if ([timer isEqualToString: @" write_stream_connection " ]) {
342
+ } else if ([timer isEqualToString: @" write_stream_connection_backoff " ]) {
343
343
timerID = FSTTimerIDWriteStreamConnectionBackoff;
344
344
} else if ([timer isEqualToString: @" online_state_timeout" ]) {
345
345
timerID = FSTTimerIDOnlineStateTimeout;
You can’t perform that action at this time.
0 commit comments