Currently, the RPC system assumes a message can fit in memory or would want to be serialized, however, this limits us quite a bit.
Instead this PR re works how the system processes requests and responses to allow customisable messages to be passed in order to stream data larger than memory.
Currently, the RPC system assumes a message can fit in memory or would want to be serialized, however, this limits us quite a bit.
Instead this PR re works how the system processes requests and responses to allow customisable messages to be passed in order to stream data larger than memory.