alexcrichton / ssh2-rs

Rust bindings for libssh2
https://docs.rs/ssh2
Apache License 2.0
485 stars 147 forks source link

Full-duplex compatability #306

Open salvrz opened 10 months ago

salvrz commented 10 months ago

I've been struggling to come up with a way to read and write simultaneously over the same channel. As far as I can tell, sessions/channels are not full-duplex. Am I mistaken? Or if I'm not, are there any known workarounds or plans to implement the full-duplex nature of ssh?