Mark Lumin

Results 2 issues of Mark Lumin

I wonder if the dapr-sdk can be compiled and used in a graalVM native-image project?

P2

the `ProxyFrontendHandler#channelActive` would try to connect the target server and get a channelFuture, but this code works asynchronously, therefore, when request comes, the `channelRead` is invoked while the `outboundChannel` is...