microsoft / microsoft/BotFramework-DirectLineJS
Polling stops if the server takes more than 20 seconds to respond
Open
Nobody has claimed this yet.
approved
bug
- Dominant language
- TypeScript
- Stars
- 199
- Forks
- 133
- PR merge metrics
- No merged PRs in 30d
Description
WebChat/DirectLineJs stops polling if any of the GET requests takes over 20 seconds.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the TypeScript client’s polling flow and its GET request handling. Reproduce the issue with a response delayed beyond 20 seconds, then verify that polling continues after the delayed request completes instead of stopping.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100