eclipse-thingweb / eclipse-thingweb/node-wot
HTTP Longpolling times out after 1 hour
Open
binding-http
enhancement
- Dominant language
- TypeScript
- Stars
- 192
- Forks
- 100
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 6
Description
Current implementation of HTTP long polling mechanism times out after 1 hour if no data is set after 1 hour. During the weekly call, we draft a few options:
- Automatic reconnect if it gets a timeout. @relu91 it might be hard to understand when it is a timeout due to inactivity or for other network failers
- Make the timeout configurable: it is hard to properly set the timeout when the use case is not clear
- Leave it as it is and let Applications handle it.
Contributor guide
Assessment
This issue has not been assessed yet.