mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-24 15:49:26 +00:00
This change ensures the state of a SockJS session is set to CLOSED immediately after close is invoked. This avoids duplicate invocations of afterConnectionClosed in WebSocket transport. This is a backport of: https://github.com/spring-projects/spring-framework/commit/3af488a701834f61b89cd84040605a6252962e9c Issue: SPR-11884