Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Direct Line JS: Implement automatic protocol detection

Open
#88 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Stale
Tech stack
typescript
Domain
api, networking

Research direction

The issue mentions WebSocket being manually disabled and the lack of automatic protocol fallback, but names no files or tests. Start by locating the WebSocket and protocol-selection paths, then define how detection and fallback should behave for old proxies before implementing and testing the result.

Written by the indexing model from the issue text.

Description

enhancement P0 triaged

Web Socket is manually switched off for a few reasons:

  • Old proxy do not support WS
  • No automatic protocol fallback

So to be safe, people prefer to switch off WS for enterprise scenario.

If we implemented automatic protocol switch, people are less likely switching off WS.

Dominant language
TypeScript
Stars
199
Forks
133
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from microsoft/BotFramework-DirectLineJS

All issues in microsoft/BotFramework-DirectLineJS

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.