-
Notifications
You must be signed in to change notification settings - Fork 243
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
Regression in input from Telnet terminal #537
Comments
As the committer of that change, you can be pretty sure, that it did work for me - back then :-) |
well, I see it now, too... can reproduce it ... will try to fix it... |
Back then I used eclipse... my eclipse machine is currently out of reach, so now I compiled and ran it on command line. The strange thing is, that the "Read timed out" happens pretty instantly (in less than 20 milliseconds). |
update: I got hold of my eclipse machine, and ... it does works there. |
The demo in TelnetTerminalTest.java no longer works.
Bisecting shows that it broke with commit 04acb75.
After connecting, the telnet connection is lost immediately. Here is the stack trace and output:
The text was updated successfully, but these errors were encountered: