Skip to main content

start_grpc_server

Function start_grpc_server 

Source
pub async fn start_grpc_server(
    memory: Arc<ConversationMemorySystem>,
    addr: SocketAddr,
) -> Result<(), String>
Expand description

Start the gRPC server on the given port. Returns a future that runs until cancelled.