How Do I Return a HTTP Response to Caller and Continue Processing
ScenarioI have an analysis service that is invoked by posting data via its API.Since the processing could be long-running, it is best to return a response to the caller and continue with the data. G