openbase/bco

Websockets for GraphQL Subscriptions don't work

Closed this issue · 1 comments

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.

Issue was solved.