You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how your suggested code would work. Beyond that, I cannot find a split method or function in ssh2 or ReadHalf or WriteHalf structures. Perhaps you are mixing up code from this library and another?
This is the current version:
I would like to modify this code to look like the following:
Because I'm using
fn split(self) -> (ReadHalf<Self>, WriteHalf<Self>)
,I can not to userequest_pty_size
The text was updated successfully, but these errors were encountered: