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.