It is currently not possible to use references in RPC arguments. This is inefficient since regardless of whether the argument is a Javascript type or a serializable type, only a shared reference is necessary. This leads to a lot of unnecessary cloning.
It is currently not possible to use references in RPC arguments. This is inefficient since regardless of whether the argument is a Javascript type or a serializable type, only a shared reference is necessary. This leads to a lot of unnecessary cloning.