ready$

View as MarkdownOpen in Claude
get ready$(): Observable<boolean>

Observable that emits true when the client is both connected and authenticated.

Examples

client.ready$.subscribe((ready) => {
console.log('ready:', ready);
});