You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: