stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

Ensure list command output is in order #14

Closed Tenzer closed 9 years ago

Tenzer commented 9 years ago

When calling msg.send multiple times, the async nature of Node.js may mean the messages comes out in another order than anticipated. This fixes that by building up one long string and sending that as one message.

stephenyeargin commented 9 years ago

:+1: