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
I'd like to be able to have rpc's that can pass file descriptors over transports which support it.
Today there is some support for an interceptor with a custom handshaker to pass along unix rights messages on connection initiation.
The method of passing file descriptors is similar (same mechanism, different message).
The difference here is it would need to be supported per request instead of at connection time (I think), so I'm not sure we'd have access to a handshaker.
The text was updated successfully, but these errors were encountered:
I'd like to be able to have rpc's that can pass file descriptors over transports which support it.
Today there is some support for an interceptor with a custom handshaker to pass along unix rights messages on connection initiation.
The method of passing file descriptors is similar (same mechanism, different message).
The difference here is it would need to be supported per request instead of at connection time (I think), so I'm not sure we'd have access to a handshaker.
The text was updated successfully, but these errors were encountered: