File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
- - [ fixed] Fixed a regression in the Firebase JS release 4.11.0 that could
3
- cause a crash if a user signs out while the client is offline, resulting in
4
- an error of "Attempted to schedule multiple operations with timer id
2
+ - [ fixed] Fixed a regression in the Firebase JS release 4.11.0 that could
3
+ cause a crash if a user signs out while the client is offline, resulting in
4
+ an error of "Attempted to schedule multiple operations with timer id
5
5
listen_stream_connection_backoff".
6
6
7
7
# 0.3.5
Original file line number Diff line number Diff line change @@ -472,11 +472,6 @@ export abstract class PersistentStream<
472
472
return ;
473
473
}
474
474
475
- assert (
476
- this . state === PersistentStreamState . Backoff ,
477
- 'Backoff should have been canceled if we left the Backoff state.'
478
- ) ;
479
-
480
475
this . state = PersistentStreamState . Initial ;
481
476
this . start ( listener ) ;
482
477
assert ( this . isStarted ( ) , 'PersistentStream should have started' ) ;
You can’t perform that action at this time.
0 commit comments