Are you an LLM? You can read better optimized documentation at /documentation/api/query-core/functions/connectionStore.md for this page in Markdown format
ws-asyncapi API / query-core / connectionStore
Function: connectionStore()
connectionStore(
client):Subscribable<{connected:boolean;recovered:boolean; }>
Defined in: .api-entries/query-core/index.d.ts:117
Connection liveness as a subscribable store.
Parameters
client
Returns
Subscribable<{ connected: boolean; recovered: boolean; }>