Skip to content

Add a way to get the connection id from a SendStream / RecvStream #73

@rklaehn

Description

@rklaehn

A SendStream is just a wrapper around a ConnectionRef, so it seems possible to get the connection id. But this is not exposed.

With ConnectionId I mean the stable id of the connection, not the QUIC internal connection id. Basically this thing: https://docs.rs/quinn/latest/quinn/struct.Connection.html#method.stable_id

This would be needed to implement n0-computer/irpc#13

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions