I started noticing that post requests sent to our application server are getting stalled for around 7 seconds on the browser side for no discernible reason.
Environment :
- Angular 1.4
- Play Framework
- Chrome 64.*
- Server sent events (SSE)
- POST request
The number of TCP connections, as seen from the Chrome console, are around 3-4 at the time of stalling as seen in Network -> Connection Id
If the user rapidly does around 4 UI operations that create a SSE subscription, followed by the POST, stalling is observed consistently.
I'm not really a UI dev so any help debugging is helpful.