Skip to content

Commit 35a7d8a

Browse files
rafamelpubkey
authored andcommitted
docs: #763 (replicationState.active$)
1 parent 2822d66 commit 35a7d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-src/replication.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ replicationState.denied$.subscribe(docData => console.dir(docData));
5353
```
5454

5555
### active$
56-
Emits `true` or `false` depending if the replication is running. For example if you sync with a remote server and the connection dies, this is `false` until the connection can be reestablished.
56+
Emits `true` or `false` depending if the replication is transmitting data. A `false` value does not imply the connection has died.
5757

5858
```js
5959
replicationState.active$.subscribe(active => console.dir(active));

0 commit comments

Comments
 (0)