I'd like to log address data on both the client & the server. Is that data currently accessible?
On the server side drpc.Stream doesn't seem to expose any method to do that.
On the client side I'm logging right now by wrapping a drpcconn.Conn, and at that point the server isn't known.
I'd like to log address data on both the client & the server. Is that data currently accessible?
On the server side
drpc.Streamdoesn't seem to expose any method to do that.On the client side I'm logging right now by wrapping a
drpcconn.Conn, and at that point the server isn't known.