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
The improbable-eng/grpc-web#91 broke because of gRPC-Go changes in 1.5 that separated the inbound and output contexts. This meant that it no longer forwarded the metadata.
As mentioned in
improbable-eng/grpc-web#91
and in discussion of #16 (@peteredge's comment) we need a way to add metadata to outgoing calls.
The improbable-eng/grpc-web#91 broke because of gRPC-Go changes in 1.5 that separated the inbound and output contexts. This meant that it no longer forwarded the metadata.
I propose the following change:
to
Where the returned context will be used as a base for the call.
Thoughts? @yifanzz
The text was updated successfully, but these errors were encountered: