-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Preserve interfaces of AsyncHandlers #1315
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
Preserve interfaces of AsyncHandlers #1315
Conversation
Use dynamic proxies to wrap AsyncHandlers so that all their interfaces are preserved.
@markus-s24 Looking great, thanks! Still, project no longer compiles as |
@markus-s24 Have you run the test suite locally? CI has been stalled for 40 minutes while it usually takes ~7, so I suspect there's something broken. |
CI stalled with tons of exceptions such as:
|
@markus-s24 Please ping once you're done |
Sorry for the delay. It should be finally fixed now. I have ignored the tests, because they got stuck with no failure message. Maybe some timeout in the tests would be nice? |
Well, if you can add that, it would be great! As I said, I don't use this part of the code, and I'm pretty swamped atm. |
Thanks! |
Use dynamic proxies to wrap AsyncHandlers so that all their interfaces
are preserved.