Skip to content

Support socket control messages for rpc calls #74

@cpuguy83

Description

@cpuguy83

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions