Upstream tonic support to tokio-listener

#311
Opened by cbrewster at 2023-09-25T17·41+00

tokio-listener makes it easy to listen on either TCP or UNIX sockets but it doesn't integrate with tonic out of the box. We added some wrapper types in cl/9429 to make it work, but we could probably add tonic support behind a tonic feature in the upstream crate to make it so we don't need the wrappers and to make it useful for others.

  1. https://github.com/vi/tokio-listener/pull/2

    cbrewster at 2023-10-14T16·52+00

  2. The PR got merged, and https://cl.tvl.fyi/c/depot/+/9721 submitted too, which switches to their latest release containing the feature.

    flokli at 2023-10-14T19·11+00

  3. flokli closed this issue at 2023-10-14T19·12+00