Function rpcUnwrapReturn

  • Unwraps the return values from a multicast RPC call, discarding connection info. Use this when you only care about the returned values, not which client returned them.

    Type Parameters

    • T

    Parameters

    Returns Promise<(T | null)[]>

    const values:boolean[] = rpcUnwrapReturn(await this.broadcast("Hello"));