I am working on a chatbot with Watson Conversation (for the a.i.) and Node.js as a backend but I am having trouble sending messages in the right sequence.
I found some people with the same prob. on Facebook Messenger bot not sending messages in order and on https://developers.facebook.com/bugs/565416400306038 but i don't know if this issue is resolved or not ..
I've tried queuing promises and recursion, but i am still getting random sequencing. Any suggestions ??