Skip to content

Commit ba39edd

Browse files
Update index.ts
1 parent 17f4638 commit ba39edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class CloudClient implements Client {
6060
this._selectedDevice.next(undefined);
6161

6262
this.status$ = heartbeatAwareStatus(
63-
this.observeNamespace("status").pipe(share())
63+
this.observeNamespace("status").pipe(shareReplay(1))
6464
).pipe(filterInternalKeys(), shareReplay(1));
6565

6666
this.osVersion$ = this.observeNamespace("info/osVersion").pipe(

0 commit comments

Comments
 (0)