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.
const values:boolean[] = rpcUnwrapReturn(await this.broadcast("Hello")); Copy
const values:boolean[] = rpcUnwrapReturn(await this.broadcast("Hello"));
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.