Closed kalilsn closed 6 years ago
The rails client wasn't passing user metadata for a few requests, which caused a panic. Fixes the requests and prevents the panic.
I'm not entirely sure why metadata.FromIncomingContext was returning anything 🤷♂️
metadata.FromIncomingContext
I accidentally merged these changes already in #171
The rails client wasn't passing user metadata for a few requests, which caused a panic. Fixes the requests and prevents the panic.
I'm not entirely sure why
metadata.FromIncomingContext
was returning anything 🤷♂️