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
Add remote peer info to the server context (#2136)
Motivation:
It's often useful to know the identity of the remote peer when handling
RPCs.
Modifications:
- Add a 'peer' to the server context
- Implement this for the in-process transport
- Make some in-process inits `package`, these should never have been
`public`
Result:
Server RPCs have some idea what the address of remote peer is
0 commit comments