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
Make request/response parts conditionally sendable (grpc#1523)
Motivation:
The request/response parts are conditionally sendable based on their
request/response payload. They are not currently marked as such which
causes warnings in tests.
Modifications:
- Add conditional sendable conformance to request/response parts
Results:
Fewer warnings.
0 commit comments