Open anarthal opened 2 years ago
Windows named pipes should already work with the current implementation. However, we should provide the following:
tcp_connection
unix_connection
connect
close
any_connection requires explicit support, and I think this could be worth it.
any_connection
Windows named pipes should already work with the current implementation. However, we should provide the following:
tcp_connection
andunix_connection
.connect
andclose
methods for named pipes.