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

Missing continuation of Task OnTurnAsync #58

Closed vdoplayer closed 4 years ago

vdoplayer commented 4 years ago

When activity.Type is NOT ActivityTypes.Message then continue with : await next(ct).ConfigureAwait(false)

tompaana commented 4 years ago

Thank you @vdoplayer !