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
fix(grpc): Return proper metadata object instead of list in… (#3205)
* fix(grpc): Return propagate proper metadata object instead of list in client interceptor
Fixes#2509
* fix(grpc): Transform metadata into Metadata object in case it's a tuple
Up until version 1.65.0 of grpcio, the metadata was not guaranteed to
arrive as the type specified in annotations but could be a tuple.
To support versions before that we check and transform it here.
* docs(grpc): Add comment about workaround
---------
Co-authored-by: Anton Pirker <[email protected]>
Co-authored-by: Daniel Szoke <[email protected]>
0 commit comments