Closed gsoumier closed 5 months ago
The function WhatsAppCloudApiService.replaceWithRealImageId make sequential calls uploadMediaInWhatsAppAccount
WhatsAppCloudApiService.replaceWithRealImageId
uploadMediaInWhatsAppAccount
The execution time is very long (10 seconds for a carousel of 10 images)
We would like to replace it with parallel calls
The function
WhatsAppCloudApiService.replaceWithRealImageId
make sequential callsuploadMediaInWhatsAppAccount
The execution time is very long (10 seconds for a carousel of 10 images)
We would like to replace it with parallel calls