Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Capturing enclosing method args from handlers with @Local or @Share can cause a NegativeArraySizeException when computing frames #7

Open
Bawnorton opened this issue Mar 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Bawnorton
Copy link
Owner

Bawnorton commented Mar 19, 2024

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 handler

@Bawnorton Bawnorton added the bug Something isn't working label Mar 19, 2024
@Bawnorton Bawnorton self-assigned this Mar 19, 2024
@Bawnorton Bawnorton added the help wanted Extra attention is needed label Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant