Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client channel extended data AsyncReader #99

Closed
mllken opened this issue Dec 17, 2022 · 1 comment
Closed

client channel extended data AsyncReader #99

mllken opened this issue Dec 17, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mllken
Copy link
Contributor

mllken commented Dec 17, 2022

Hi,

I'm really liking the new async trait handlers!

I can turn a channel into a AsyncRead + AsyncWrite stream using Channel's into_stream() method. Could you also provide a method to stream a Channel's stderr? Possibly, it could be a AsyncReader for extended data for the channel, special cased for where the extended_code == 1.

I'm using russh-0.35.0-beta.8
Thanks

@Eugeny
Copy link
Member

Eugeny commented Sep 22, 2023

Now available in v0.39.0-beta.1

@Eugeny Eugeny closed this as completed Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants