Closed klingen-m closed 3 months ago
As stated in the reference documentation for our websocket transport support, we only support the graphql-ws variant with the "graphql-transport-ws" sub-protocol.
If you have other questions, please use StackOverflow. Thanks!
https://github.com/spring-projects/spring-graphql/blob/66cece6a2c8c378b761d6d03a8b50f4004b06679/spring-graphql/src/main/java/org/springframework/graphql/server/webflux/GraphQlWebSocketHandler.java#L130C3-L136C4
Narrowed it down to above lines..why are graphql-ws connections closed? Shouldn't it only close on former "subscriptions-transport-ws"?
I'm using Version:1.3.2
Maybe @amondnet or @rstoyanchev can help