Why is my asynchronous API to CallApiAsync returning empty response from the select method
I need to process a batch of video items, format them, and call an asynchronous API to get additional data in a YAML format. However, I’m encountering an issue where the API responses are mostly empty, despite the tasks completing successfully. Below is the relevant code.
Why is my asynchronous API to CallApiAsync returning empty response from the select method
I need to process a batch of video items, format them, and call an asynchronous API to get additional data in a YAML format. However, I’m encountering an issue where the API responses are mostly empty, despite the tasks completing successfully. Below is the relevant code.
Why is my asynchronous API call returning empty responses in a batch processing loop?
I need to process a batch of video items, format them, and call an asynchronous API to get additional data in a YAML format. However, I’m encountering an issue where the API responses are mostly empty, despite the tasks completing successfully. Below is the relevant code.