Michael Lumish

Results 374 comments of Michael Lumish

It would help to get client trace logs of one of these errors. Trace logging can be enabled by setting the environment variables `GRPC_TRACE=all` and `GRPC_VERBOSITY=DEBUG`. If you want to...

For ease of review, I'd really prefer this PR to just contain the functional changes, and to handle the reformatting separately.

I'm concerned about the Linux test failures. I don't know why this change would cause some calls to be cancelled.

I have published a change that should fix this. Please try it out in version 1.8.3.

I have proposed a design for a server interceptors API: grpc/proposal#406. If you have any feedback on the design please comment there.

Our convention is to have a review period of at least two weeks before finalizing a proposal. I am working on the implementation in parallel to the proposal review, and...

Update: the design proposal grpc/proposal#406 is going through final review next week, and the implementation PR is out at #2650.

This was completed by #2474

It is likely that this issue is obsolete due to significant changes that have been made to relevant parts of the code in more recent versions. Please file a new...

We now build the library using TypeScript 5, so this is now resolved.