gRPC metadata not sent with reflection request

I'm working on a gRPC resource which uses reflection. I need some metadata set with the reflection request, but the metadata I enter in the resource definition does not get sent along with the reflection request.

Hey @Ron, thanks for surfacing this, it looks like it's not supported at the moment but the dev team will look into doing so and I can follow up here about it!

Update!

As of 3.10.0 gRPC reflection requests should include metadata as well. Can you let me know if this still isn't the case for you @Ron?