Lu Han

Results 14 comments of Lu Han
trafficstars

It's really a bug for solution instead of code, what the Lib includes cannot work under 3.5. I googled and gained the right way. Download v8 library from http://javascriptdotnet.codeplex.com/releases/view/88504 and...

I tried with both options, it didn't work, yet. ```javascript const options = { "grpc.default_authority": serverName, "grpc.ssl_target_name_override": serverName }; return new LandingServiceClient(address, credentials, options) ```

Yes, I got `localhost` error even with both sets, and the serverName is "hello.grpc.io" in this line: https://github.com/feuyeux/hello-grpc/blob/e255fd966627d2fd88ac46c78ac17b928c5a35b0/grpc/hello-grpc-nodejs/common/connection.js#L9

> Yes, Michael. I have verified server/client tls in java/go/c++/.. with same certificates(https://github.com/feuyeux/hello-grpc/tree/main/grpc), and only node client doesn't work.

COMMAND: ```bash export GRPC_HELLO_SECURE=Y export GRPC_TRACE=subchannel export GRPC_VERBOSITY=DEBUG node proto_client.js ``` OUTPUT: ```bash D 2021-12-17T02:52:56.846Z | subchannel | (2) ::1:9996 Subchannel constructed with options { "grpc.default_authority": "hello.grpc.io", "grpc.ssl_target_name_override": "hello.grpc.io" }...

demo for handling headers and tracing: https://github.com/feuyeux/hello-grpc/blob/main/grpc/hello-grpc-kotlin/server/src/main/kotlin/org/feuyeux/grpc/HeaderServerInterceptor.kt

> Hey @feuyeux thanks a lot and sorry for the delay with review! I have noticed that there is also this [PR](https://github.com/langchain4j/langchain4j-examples/pull/60) which seems to overlap with yours. Could you...

> Hey @feuyeux thanks a lot and sorry for the delay with review! I have noticed that there is also this [PR](https://github.com/langchain4j/langchain4j-examples/pull/60) which seems to overlap with yours. Could you...

@langchain4j Please take a quick look, there's no conflects

I just created a new PR, and let's move to https://github.com/langchain4j/langchain4j-examples/pull/78.