n0-computer / quic-rpc

A streaming rpc system based on quic
Other
94 stars 12 forks source link

feat: Expose local address of ServerChannel #21

Closed flub closed 1 year ago

flub commented 1 year ago

This adds the ability to expose the local address the ServerChannel is bound to. This allows binding to wildcard ports and still knowing which address is used.

rklaehn commented 1 year ago

We will have to add the generic stuff again somehow to support UDS. But let's go with this for now, since it seems to be more urgent in the short term.