How to reconnect to conversation using DirectLine App Service Extension?
问题 I am using the DirectLine 3.0.3-preview NuGet package to create a .NET client using DirectLine App Service Extension. I am able to establish a connection and start a new conversation via WebSockets using directLineClient.StreamingConversations.ConnectAsync(conversationId, receiveMessageCallback) I am saving the conversationId generated from that session. However when I try to use that conversationId to create a new connection, I am not able to reconnect: // Initialize a DirectLineClient using