Async support?
vmaliwal opened this issue · comments
Varun Maliwal commented
I have not tested it but does this work with Async Servlets?
Roger Kapsi commented
It should (see link) but there will be most likely problems with Guice's @RequestScoped
and anything else that uses ThreadLocal.
Varun Maliwal commented
Got it! Thanks