async-ssh icon indicating copy to clipboard operation
async-ssh copied to clipboard

Upgrading to current tokio

Open 0xpr03 opened this issue 6 years ago • 3 comments

Hi, are there any plans for upgrading this from tokio-core to the current tokio implementation?

0xpr03 avatar Feb 18 '19 12:02 0xpr03

I'm hoping to get back to this at some future as part of my live-coding streams, which is where we built what's here already. You can vote for that particular topic here, but it doesn't look like it's about to come up any time very soon. In the meantime I'd be happy to review a PR, or you could try to use thrussh directly :)

jonhoo avatar Feb 18 '19 14:02 jonhoo

Hey thanks for the answer. I'll try using trussh directly for my mockup. Is there a big downside besides syntactic sugar ?

0xpr03 avatar Feb 19 '19 20:02 0xpr03

No, I think that's mostly it. I haven't tried the latest release on thrussh, which apparently fixes a lot of the ergonomic issues, so I think it'll mostly just require somewhat more verbose code :)

jonhoo avatar Feb 19 '19 23:02 jonhoo