saurabhgour

Results 4 comments of saurabhgour

Following customization worked for me for 'io.leangen.graphql:graphql-spqr-spring-boot-starter:0.0.5' Hope this helps! ``` @Configuration public class GraphqlSchemaConfig { @Bean public BeanPostProcessor graphqlSchemaCustomizer() { return new BeanPostProcessor() { @Override public Object postProcessAfterInitialization(Object bean,...

Hey @xbassols, thanks for the workaround, it works great, since development for this plugin seems to be stopped, could you please fork the repo and include your changes there, it...

Hi @jodinathan, I was in the same pool a couple of days back, this plugin now seems to be unmaintained. The closest I could make it work was using an...

@jodinathan Hey, is the recursive call to _numsListen() needed here? Should'nt the hearbeat functionality make sure that the socket does not get disconnected?