Michael Lumish

Results 375 comments of Michael Lumish

The first log shows that it does not establish a connection at all. Are you sure the server is running on the specified machine on port 443?

The first log shows that the client is connecting to `172.128.1.2` and the last log shows that the client is connecting to `172.128.2.1` (the last two components of the address...

> In the last log, I cut out some lines because there are too many. So, you included the lines that showed `grpc` behaving the same as `grpc-js`, and cut...

That's not the same. That bug only occurs if name resolution never succeeds.

We don't currently use that version of the compiler, so these issues do not impact us. Why do you want to make this change?

Is there some specific reason that you want this package to switch to using TypeScript 4.x?

If you are having a problem with using grpc-js, please file an issue with the details of that problem.

I understand that this package does not build with a different compiler version. What I am asking for is an actual use case that is actually impacted by this incompatibility....

I cannot reproduce this failure you are describing. Please provide a specific sequence of actions to reproduce it.

You said > when npm install a grpc-js build in any apps using ts 4.x, the `npm run build` would fail. Cloning this repository and changing the compiler version is...