pub async fn process_request(
req: &JsonRpcRequest,
pool: &Arc<ConnectionPool>,
config: &Config,
) -> Result<Value>Expand description
Process a JSON-RPC request (used by both TCP and HTTP transports)
pub async fn process_request(
req: &JsonRpcRequest,
pool: &Arc<ConnectionPool>,
config: &Config,
) -> Result<Value>Process a JSON-RPC request (used by both TCP and HTTP transports)