Skip to content

Conversation

murgatroid99
Copy link
Member

In #2456, in client.ts, development code that commented out the use of the callerStack variable in unary requests was mistakenly included in the final PR.

In order to avoid this kind of error in the future, I also enabled the noUnusedLocals TypeScript compiler option, which would have make this mistake an error. In making the code changes that option required, I discovered and fixed another bug in transport.ts that prevented the propagation of proxy information to channelz. The error is ignored in one place in server-call.ts, where a field is accessed in an unusual way that the compiler does not recognize.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants