We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f4638 commit ba39eddCopy full SHA for ba39edd
src/api/index.ts
@@ -60,7 +60,7 @@ export class CloudClient implements Client {
60
this._selectedDevice.next(undefined);
61
62
this.status$ = heartbeatAwareStatus(
63
- this.observeNamespace("status").pipe(share())
+ this.observeNamespace("status").pipe(shareReplay(1))
64
).pipe(filterInternalKeys(), shareReplay(1));
65
66
this.osVersion$ = this.observeNamespace("info/osVersion").pipe(
0 commit comments