Actions
Bug #10488
closedno more keepAlive sent after long polling error
Start date:
06/13/2022
Due date:
% Done:
100%
Estimated time:
Description
The long polling requests for server push were sometimes failing with a 504 timeout
. When the website is idle, Wt remembers this as a commError
(in Wt.js) and no longer sends keepAlive
events. Once someone interacts with the page the keepAlive
events will resume since there was a successful request and commError
is cleared.
The reason this was a problem is because for the website in question multi-session cookies were enabled. These cookies are quite short-lived and only get refreshed by the keepAlive
signal.
Updated by Korneel Dumon over 2 years ago
- Status changed from InProgress to Review
Updated by Roel Standaert over 2 years ago
- Target version changed from 4.8.0 to 4.9.0
Updated by Roel Standaert about 2 years ago
- Status changed from Review to InProgress
- Assignee set to Korneel Dumon
Updated by Roel Standaert about 2 years ago
- Status changed from InProgress to Review
- Assignee changed from Korneel Dumon to Roel Standaert
Updated by Roel Standaert about 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee changed from Roel Standaert to Korneel Dumon
- % Done changed from 0 to 100
Updated by Roel Standaert about 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert almost 2 years ago
- Status changed from Resolved to Closed
Actions