[subnet] add support for unix abstract sockets
hexfusion opened this issue · 0 comments
hexfusion commented
Currently we use tcp
as the network for the rpcchainvm as a default. This issue tracks adding unix abstract socket support to the Rust VM SDK.
ref.
[1] tokio-rs/tokio#4610
[2] ava-labs/avalanchego#1949