Unwraps the multicast results from an RPC call.
Use this when calling multicast RPCs to get the per-client results with connection info.
If you only need return values prefer rpcUnwrapReturn instead,
which discards connection info and returns an array of return values.
Unwraps the multicast results from an RPC call. Use this when calling multicast RPCs to get the per-client results with connection info. If you only need return values prefer rpcUnwrapReturn instead, which discards connection info and returns an array of return values.