GraphQL Subscription gets closed with 1000 Normal Closure immediately after opening (SpringBoot)

31 views Asked by At

I'm having trouble with using GraphQL Subscriptions in SpringBoot Whenever I run my application and run a subscription query on Postman, it works for the first time after starting.

Immediately after starting the Application

The data is also received if the trigger is pulled, so that is working.

But once I try to run the subscription again, I get this: Subsequent subscription call

For reference, here's the code: GitHub

Please help, been stuck with this issue for some time.

0

There are 0 answers