Skip to content

Question: AbstractGraphQLHttpServlet init() called on get and post requests  #212

Closed
@pstarritt-evooq

Description

@pstarritt-evooq

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions