Open
Description
Issue Description
In the ng web server sequential processing may hang because websocket can detect the lack of pongs from a client only when a receive operation is ongoing. Also if client disconnects and response size is bigger than OS TCP buffer, send operation will never wake up.
To fix this sequential processing should be changed to the implementation similar to the parallel processing with only one processing at a time allowed.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📋 Backlog