Websockets for GraphQL Subscriptions don't work
Closed this issue · 1 comments
pLeminoq commented
Currently, you cannot make use of GraphQL Subscriptions because the server does not allow Websocket connections. This is because the required spring boot dependency spring-boot-starter-websocket
is missing from the classpath.
DivineThreepwood commented
Issue was solved.