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
It mostly worked, but would occasionally fail, mostly when testing connections between two fastest machines located nearby.
Would it be possible to log a warning when you getInputStream() but the channel has already connected, or is that a valid scenario in some circumstances?
The text was updated successfully, but these errors were encountered:
Thank you very much - my older self would have noticed (we'd spent a week looking over debug level messages from JSch to figure out what was wrong before reading the documentation 🥲 )
We recently fixed a bug in our code where we were doing two things in the wrong order, which would lead to a race condition.
Examples, such as
jsch/examples/ScpTo.java
Lines 43 to 45 in c6970b8
Our code had:
It mostly worked, but would occasionally fail, mostly when testing connections between two fastest machines located nearby.
Would it be possible to log a warning when you
getInputStream()
but the channel has already connected, or is that a valid scenario in some circumstances?The text was updated successfully, but these errors were encountered: