Java Spring Boot GraphQL WebSocket closes immediately after opening
I am trying to set up a WebSocket handler for my Java 21 Spring Boot 3.2 application. It is an MVC application and the WebSocket must handle the sub-protocol graphql-ws
.
I am trying to set up a WebSocket handler for my Java 21 Spring Boot 3.2 application. It is an MVC application and the WebSocket must handle the sub-protocol graphql-ws
.