Skip to content
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.

Reply messages are not ordered #51

Open
guidomb opened this issue Oct 5, 2015 · 1 comment
Open

Reply messages are not ordered #51

guidomb opened this issue Oct 5, 2015 · 1 comment
Labels

Comments

@guidomb
Copy link

guidomb commented Oct 5, 2015

I have the following code in custom handler.

response.reply("First message")
response.reply("Second message")

and in Slack most of the times I see

Second message
First message

Is this a problem with the Slack integration or Lita in general?

@jimmycuadra
Copy link
Contributor

It may be an issue with this adapter because it uses eventmachine, which is asynchronous.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants