You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: