Hello, I would appreciate if someone could bring some light on this problem I'm having. I would like to get the result of a suspend function called using the invoke method inside a java Proxy's InvocationHandler. I reduced the problem to to a test, but I am still not able to figure out how to intercept the result inside the InvocationHandler's code.
https://gist.github.com/hiperbou/283e6531fb2b71b324d5064f820df889
o
octylFractal
02/05/2020, 8:29 PM
you may need to implement something similar to how