suripaleru / connectbot

Automatically exported from code.google.com/p/connectbot
Apache License 2.0
0 stars 0 forks source link

Connect bot does not know when it is disconnected #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. log into a shell
2. type exit

What is the expected output? What do you see instead?
connectbot does not know it has been disconnected

What version of the product are you using? On what operating system?
r75

Original issue reported on code.google.com by not...@gmail.com on 25 Oct 2008 at 6:41

GoogleCodeExporter commented 8 years ago
agreed, i thought i added something to listen for these disconnections, but it 
might
only be dropped sockets, and not logout.  will investigate further.

Original comment by Jeffrey.Sharkey on 26 Oct 2008 at 12:11

GoogleCodeExporter commented 8 years ago
I think this is licked with r132. I refactored the read loop into a 
waitForCondition
call that can detect EOF as well as stdout/stderr data.

Original comment by kenny@the-b.org on 20 Nov 2008 at 5:33