You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're not the first one to have trouble finding this. It should definitely be documented better. Do you have any suggestions on where you might expect this to be documented?
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.The text was updated successfully, but these errors were encountered: