[node] Crash on websocket errors #4431
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
ExemptFromDailyDRIReport
Use this label to exclude the issue from the DRI report.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Versions
What package version of the SDK are you using.
4.19.1-rc
What nodejs version are you using
18.14.0
What os are you using
Windows
Describe the bug
Give a clear and concise description of what the bug is.
With the recent fixes to the streaming framework, I can start the connection, but if I get an error, an unhandled exception is thrown from here, and I can't find a way to handle it. Looks similar to microsoft/BotFramework-DirectLineJS#170.
To Reproduce
Connect to a URL that doesn't respond.
Expected behavior
It should propagate the error to be handled by the client code.
The text was updated successfully, but these errors were encountered: