30 const std::string_view endpoint_path = arguments.
get_next();
35 connector = std::make_unique<Local_Connector>(endpoint_path.data());
38 connection = std::make_unique<Robust_Connection>(*connector, &std::cerr);
40 connection = std::make_unique<Server_File>(*connector, &std::cerr);
42 return connection.get();