pub fn make_rpc_server(
socket: TcpSocket,
collection: SharedComponent,
) -> JoinHandle<Result<(), Error>>Expand description
Build and spawn an RPC server for the passed collection.
pub fn make_rpc_server(
socket: TcpSocket,
collection: SharedComponent,
) -> JoinHandle<Result<(), Error>>Build and spawn an RPC server for the passed collection.