You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a followup (please do not try to address this in this PR): is there a reason mMessageWriter and mWriteResponseBuilder need to be persistent members of this object? Shouldn't they just have stack lifetime here?
OK, mWriteResponseBuilder is used in a bunch of methods called from various places outside this class, so having it be a member makes some sense. But mMessageWriter I am pretty sure we can move.
As a followup (please do not try to address this in this PR): is there a reason mMessageWriter and mWriteResponseBuilder need to be persistent members of this object? Shouldn't they just have stack lifetime here?
Originally posted by @bzbarsky-apple in #13641 (comment)
The text was updated successfully, but these errors were encountered: