EventSource stay open after closing window
Categories
(Core :: Networking, defect)
Tracking
()
People
(Reporter: gabriel.sgt, Unassigned)
Details
Steps to reproduce:
I'm developing an application that use EventSource to create an SSE connection to a spring boot app.
The server sends a periodic heartbeat to see if the client is still connected.
This was working perfectly with Firefox 113.0.2 and works in Chrome/Edge.
Actual results:
After updating to Firefox 114, the emitter doesn't fail anymore, and the server thinks the connection is still open and can send events without failing.
Expected results:
The emitter should have failed as with previous FF version.
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Networking' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Reporter | ||
Comment 2•3 years ago
|
||
Trying to create a demo project on my personal machine and I'm unable to reproduce it.
Seems to be happening only on my enterprise environment, likely something related to all the control bloatware installed.
closing this.
Description
•