Skip to content

Commit 0a52f01

Browse files
committed
plugin: add todo for abstract socket support
Signed-off-by: Sam Batschelet <[email protected]>
1 parent 69cb09c commit 0a52f01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugin.rs

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ where
5252
let (mut health_reporter, health_svc) = health_reporter();
5353
health_reporter.set_serving::<Plugin>().await;
5454

55+
// TODO: Add support for abstract unix sockets once supported by tonic.
56+
// ref. https://github.com/hyperium/tonic/issues/966
5557
// avalanchego currently only supports plugins listening on IP address.
5658
let listener = TcpListener::bind("127.0.0.1:0").await?;
5759
let addr = listener.local_addr()?;

0 commit comments

Comments
 (0)