tompaana / intermediator-bot-sample

A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
https://tompaana.github.io/content/chatbots_as_middlemen.html
MIT License
124 stars 66 forks source link

Integrating with virtual assistant #51

Closed nouranmosallam closed 5 years ago

nouranmosallam commented 5 years ago

whenever I try to integrate this code with a virtual assistant code, the bot gets stuck in the handoff middleware and doesn't even enter the main dialog. Any ideas how can I solve this problem ?

nouranmosallam commented 5 years ago

uncommented this line await next(ct).ConfigureAwait(false); in the HandoffMiddleware.cs