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
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Duplicated dialog launching happens when deploying in the Azure Web App Service with multiple instances and Session affinity off.
Turning the Session affinity on fixed the problem.
To Reproduce
Steps to reproduce the behavior:
Deploy the directline sample into a web app service
Scale the service plan to 4 instances
Make sure the web app service Session affinity is at off state.
Issue Directline http request and check the dialog execution
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
microsoft.bot.connector.directline\3.0.2\lib\netstandard1.3\Microsoft.Bot.Connector.DirectLine.dll
Describe the bug
Duplicated dialog launching happens when deploying in the Azure Web App Service with multiple instances and Session affinity off.
Turning the Session affinity on fixed the problem.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only one execution per request.
Actual behavior
Multiple execution observed.
[bug]