Skip to content

Commit ee6a9ff

Browse files
committed
docs: pubkey#763 (replicationState.active$)
1 parent ea32203 commit ee6a9ff

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)