fn serve_grpc(
grpc_port: Option<u16>,
server_memory_limit: String,
default_blueprint: Option<&PyMemorySinkStorage>,
recording: Option<&PyRecordingStream>,
) -> PyResult<String>
Expand description
Spawn a gRPC server which an SDK or Viewer can connect to.
Returns the URI of the server so you can connect the viewer to it.