silver-ymz commented on PR #2192: URL: https://github.com/apache/incubator-opendal/pull/2192#issuecomment-1540009243
It seems that `read_task` exit unexceptly in https://github.com/openssh-rust/openssh-sftp-client/blob/main/src/tasks.rs#L204-L231. I use `lldb` to capture that it runs into `defer`, but it doesn't exit by `break Ok(());`. Also, the value of `shutdown_stage` is still 0. Can I ask is there any other way to get out of this loop? @NobodyXu -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
