|
Emond Papegaaij Unable to dissociate context warning is expected for your use-case (long-running request and invalidating the session before the request ends). See also the comment history of
WFLY-1533
, mainly this comment. However, all threadlocals must be cleaned up so that the thread is able to handle new requests. It seems this cleanup is not performed properly. I suspect AbstractConversationContext.associated to leak. Anyway, I will try to reproduce the issue locally first and then fix possible leak.
|