-3

We use the Microsoft Bot Framework and we have a bug when we talk to our bot on Facebook Messenger: If two different people ask something at the same time, one of the users receives both answers and the other doesn't receive anything.

We use Luis for machine learning and our bot is built in C#.

Have you got an idea about this problem?

Sam Hanley
  • 4,707
  • 7
  • 35
  • 63
  • 1
    How about showing use some codes... Currently it sounds like an intresting problem, but we can't help you. – SynerCoder Feb 22 '17 at 15:53
  • PROBLEM SOLVED! We has a static message into our ClassDialog (which use Luis) as a variable. Just delete the "Static" and it works! :D Have a nice day! – Connors Feb 22 '17 at 16:13

1 Answers1

0

PROBLEM SOLVED!

We had a static acitivity in our ClassDialog (which uses Luis) as a variable. Just delete the "Static" and it works!

Deviss
  • 51
  • 5