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
Update unix domain socket examples to show configurable paths. It
demonstrates a way of configuring the UDS client using the ustr crate to
meet the closure capture requirements of the connector service_fn.
Fixes: hyperium#1611
Refs: hyperium#1612
Feature Request
Motivation
Workaround and Rust education for closure capture requirement that currently only a static path is used:
tonic/examples/src/uds/client.rs
Lines 16 to 28 in c30cb78
Proposal
Use the
ustr
crate to remove reliance on only a static hard-coded path.The text was updated successfully, but these errors were encountered: