Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Responses come in out of order #3

Open
KeenanGray opened this issue Jul 10, 2017 · 3 comments
Open

Responses come in out of order #3

KeenanGray opened this issue Jul 10, 2017 · 3 comments

Comments

@KeenanGray
Copy link

Hi Nick,
I've been playing around with the microsoft bot framework and am trying to implement my bot with this program. I registered my bot with the framework and deployed it on Azure. I've done some debugging in Unity and it seems that the issue I am having is that the first message I send has no response from the bot, then the second message I send gets the bot to respond with the correct response for the first message. The third message gets the response for the second message, and so on. At first I thought it was an issue with the bot code I had written but I am unsure since I have replaced my bot with this example and the issue persists. Any help you could offer would be greatly appreciated. I could also PM you my direct line key to see if you can reproduce the issue.

@lolo8304
Copy link

lolo8304 commented Jul 10, 2017

hi Keenan - i have fixed it in my "Fork" and used WebSockets with an HTTP Framework - checkout the bug here and the patch file.

its an issue of the polling feature that was used in the current implementation. websockets are asynchronius and will display when there is a new results.

#1

for my Fork https://github.com/lolo8304/LoloBot - but i have adapted some stuff.
checkout a demo on youtube - https://www.youtube.com/watch?v=MhijtVyEtFs

just take the patch file - the bug is still open - it seems that Nick does not have so much time

@KeenanGray
Copy link
Author

Thanks so much, this seems to have solved it.

@ActiveNick
Copy link
Owner

Thanks, I am finally revisiting HoloBot and will look at this, including the fix from @lolo8304. I'm leaving the issue open for now.

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

No branches or pull requests

3 participants