[Bug] Capturing enclosing method args from handlers with @Local
or @Share
can cause a NegativeArraySizeException
when computing frames
#7
Labels
Not sure how to fix this at the moment but just creating this issue for the time being so that it's tracked somewhere.
Workaround is to capture the args at the call site, store them as
ThreadLocal
fields and pass them to the handlerThe text was updated successfully, but these errors were encountered: