-
-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Hi everyone,
I know this is not a problem with heyoo, but maybe it should/cpuld be something to be delt with here. I experience wrong message order on the recieving side of the chatbot when sending several messages directly after one antoher. This happens especially when sending images.
When sending thre images (1.jpg, 2jpg, 3.jpg)
client.send_image("1.jpg", to="xxx")
client.send_image("2.jpg", to="xxx")
client.send_image("3.jpg", to="xxx")
This might result in receiving the images in a different order (1,3,2 or 3,1,2)
Do you have a good way already to change this asynchronous behaviour of the WhatsApp Cloud API? Would this the something of interest for this API?
Best,
Sören
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels