@dxos/client
    Preparing search index...

    Interface DedicatedWorkerReadyMessage

    Worker -> Leader Client to notify that worker is ready. Automatically initializes the first session.

    interface DedicatedWorkerReadyMessage {
        livenessLockKey: string;
        type: "ready";
    }
    Index

    Properties

    livenessLockKey: string

    Released if worker is terminated.

    type: "ready"