Changgu Han

Results 3 comments of Changgu Han

@trustin I fix to decide whether to check `useBlockingTaskExecutor` in `ThriftCallService` instead of `THttpService`. Would you check this? https://github.com/line/armeria/blob/096390525fcc3835a21004e466c39109e2f8b490/thrift/thrift0.13/src/main/java/com/linecorp/armeria/server/thrift/ThriftCallService.java#L125-L139

> Oops, I realized that we also need to fix ThriftCallService not to use blocking task executor twice: > > https://github.com/line/armeria/blob/10424c711cb22a2b001f9bd737453a25743dc18d/thrift/thrift0.13/src/main/java/com/linecorp/armeria/server/thrift/ThriftCallService.java#L186 > > ```java > private static void invoke( >...

@garyrussell Thank you for your comment. I understood your point. But It needed a little supplement about SSL if you intended to create a new instance when bootstrap servers from...