spring-projects / spring-graphql

Spring Integration for GraphQL
https://spring.io/projects/spring-graphql
Apache License 2.0
1.53k stars 306 forks source link

SSE handler should dispose when the connection is closed #1061

Closed paulbakker closed 1 month ago

paulbakker commented 1 month ago

Possible fix for issue #1060. Feel free to drop for a better/different solution for that issue.

bclozel commented 1 month ago

Thanks Paul, in the end we went with a slightly different solution in #1060, also involving a fix on the websocket side.