R-a-dio / valkyrie

R/a/dio software stack
https://r-a-d.io
MIT License
5 stars 3 forks source link

rpc: our basecontext is not passed to grpc server handlers #118

Closed Wessie closed 4 months ago

Wessie commented 4 months ago

This is an issue with grpc-go not supporting a basecontext, there is an upstream issue for it that might fix it

Wessie commented 4 months ago

For now we'll just put this on the back burner since the workaround sucks and we basically have to wait for upstream so we just switched to using a static logger field instead.