RSX Code Reference
    Preparing search index...
    • rsx
    • rpcUnwrapReturn

    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[]>

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