heyoo icon indicating copy to clipboard operation
heyoo copied to clipboard

Messange order

Open soerenetler opened this issue 1 year ago • 6 comments

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

soerenetler avatar Feb 13 '23 13:02 soerenetler