chen-ye / hubot-fb

A Hubot adapter for the Facebook Messenger Platform
https://www.npmjs.com/package/hubot-fb
87 stars 21 forks source link

Potentially sends messages out of order #8

Closed chen-ye closed 8 years ago

chen-ye commented 8 years ago

Especially an issue when paired with hubot-chunkify.

We should synchronously send messages using a message buffer and a callback on post

chen-ye commented 8 years ago

using https://github.com/caolan/async seems like a good solution