Hi.
I am working with a dot net core web api which calls several web services.
Once the first web service responses I have to return the response inmediately to the caller and the remaining calls must be executed in a background process.
How can I send the response to the caller before other process? When I call the "return command" it returns the response but inmediately stop the process.
Thanks in advance.