Member Junction
    Preparing search index...

    Monitors MJAPI connectivity.

    Primary signal is the GraphQLDataProvider's WebSocket state (graphql-ws). When the socket emits 'disconnected' (retries already exhausted by graphql-ws), we fall back to polling /healthcheck until it returns 200, then force a socket reconnect so the next subscription picks up a fresh client.

    'unknown' (no active socket — either never opened or cleanly disposed) is treated as healthy: absence of signal is not a signal of failure.

    Implements

    • OnDestroy
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    Properties

    IsConnected$: Observable<boolean> = ...

    Accessors

    Methods