node-wot icon indicating copy to clipboard operation
node-wot copied to clipboard

HTTP Longpolling times out after 1 hour

Open relu91 opened this issue 1 year ago • 1 comments

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.

relu91 avatar Feb 09 '24 10:02 relu91