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?