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 Jan 5, 2026. It is now read-only.
I seem to be having an issue with Direct Line after upgrading to v3 of the Bot Framework. I am getting duplicates of messages that I post using Direct Line.
I've run a remote debugger and noticed that, when I send a message through Direct Line, multiple copies of the message are posted to my bot. Each of these activities have the same text field, but have different IDs and timestamps.
As far as I can tell, this only happens on Direct Line (I don't have any other channels set up, but this isn't happening on the emulator either locally or in the cloud) and only happens when I send the first message in a Direct Line conversation.
I am currently interacting with Direct Line using the published .NET Client Library (1.0.2) and this was not a problem when I was using v1 on the same version of the Client Library.
I seem to be having an issue with Direct Line after upgrading to v3 of the Bot Framework. I am getting duplicates of messages that I post using Direct Line.
I've run a remote debugger and noticed that, when I send a message through Direct Line, multiple copies of the message are posted to my bot. Each of these activities have the same text field, but have different IDs and timestamps.
As far as I can tell, this only happens on Direct Line (I don't have any other channels set up, but this isn't happening on the emulator either locally or in the cloud) and only happens when I send the first message in a Direct Line conversation.
I am currently interacting with Direct Line using the published .NET Client Library (1.0.2) and this was not a problem when I was using v1 on the same version of the Client Library.