Conversation
0c6ec5d to
959eccb
Compare
…SSE writes Signed-off-by: ikaitist <qiujin9@foxmail.com>
959eccb to
d159d17
Compare
|
Thanks for this, @ikaitist. This overlaps heavily with #6871, which targets the same issue (#6860) and takes a broader pass at the same fix: it unifies the |
Fixes #6860
What
WebMvcStreamableServerTransportProvider leaks SSE sockets when clients disconnect without DELETE. Two gaps fixed:
Session slots for silent clients remain covered by the existing idle eviction (sessionIdleTimeout).
How verified