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 has been archived by the owner on Sep 20, 2024. It is now read-only.
According to core docs, startConversationWithUser(reference: ConversationReference) should work in the core without any adapter.
When I try to use it with the emulator, the async call to client.conversations.createConversation(parameters) inside botworker.ts seems to hang and the conversation is never started.
Demo
I made a simple working demo app here that you can clone to see the issue.
Start the emulator
Say "ref" to save a conversation reference to be used later (see console log output)
The bot should automatically start a new conversation using the ref, but instead it hangs
Debugging info
Apparently after about 5 minutes, the socket hangs up with this dump:
Error: socket hang up at new RestError (botkit-issue-demos/node_modules/@azure/ms-rest-js/dist/msRest.node.js:1397:28)
Issue
According to core docs,
startConversationWithUser(reference: ConversationReference)
should work in the core without any adapter.When I try to use it with the emulator, the async call to
client.conversations.createConversation(parameters)
insidebotworker.ts
seems to hang and the conversation is never started.Demo
I made a simple working demo app here that you can clone to see the issue.
Debugging info
Apparently after about 5 minutes, the socket hangs up with this dump:
It's unclear from the async stack trace where this request originates.
Context
The text was updated successfully, but these errors were encountered: