Actions
Bug #5694
closedackId errors when response is sent when poll request has timed out
Start date:
05/03/2017
Due date:
% Done:
0%
Estimated time:
Description
This occurs when WebSockets are not enabled and updates are enabled, so long polling is used.
If the application lock is grabbed before the poll request has timed out on the client side, but the poll request times out while the server is creating its response, the server should send this response upon the next poll request that arrives. That does not happen, though. See the attached example to see how this will cause ackId errors.
Files
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed
Actions