`*Client.NewStream()` does not apply metadata to `Request{}`
Open
- Dominant language
- Go
- Stars
- 664
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
`*Client.Call()` apply metadata to `Request{}`:
https://github.com/containerd/ttrpc/blob/faba5896a9c4d7b65495cb9b2c02531feb1434d6/client.go#L162-L164
But `*Client.NewStream()` does not have this block - so metadata not applyed.
Please add this block to `*Client.NewStream()`.
Thank you!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.