Closed
Description
Hello,
I was reading over the library and was curious to know why init() is called on every get/post request?
As each thread will share the getHandler & posthandler instances, so we are overriding the shared instances between request interleaving?
postHandler = {AbstractGraphQLHttpServlet$lambda@12811}
getHandler = {AbstractGraphQLHttpServlet$lambda@12812}
Thanks !
Change from this Commit:
d440d7e