grpc / grpc-dart

The Dart language implementation of gRPC.
https://pub.dev/packages/grpc
Apache License 2.0
860 stars 271 forks source link

Expose client IP address to server #590

Closed bgetsug closed 1 year ago

bgetsug commented 1 year ago

I probably should have opened an issue first, but I wanted to be able to log the client IP address in an Interceptor. Unless I missed this already being available somewhere, here's my solution. Thoughts?

mraleph commented 1 year ago

LGTM! Thanks.