Skip to content
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

Delay in serving connections by Telnet class. #534

Open
bgeradz opened this issue May 24, 2020 · 1 comment
Open

Delay in serving connections by Telnet class. #534

bgeradz opened this issue May 24, 2020 · 1 comment

Comments

@bgeradz
Copy link

bgeradz commented May 24, 2020

I have found org.jline.builtins.telnet.Telnet to be a super simple way to incorporate a shell into an application that allows to "login" into a running app through telnet and interact with it. Also using picocli shell in the context.

Works like a charm! There is however a small issue.
There is a delay between user connected through telnet and until the prompt is shown and is ready to accept commands. It lasts for a couple of seconds. What is the reason for this delay, can it be avoided?

@gnodet
Copy link
Member

gnodet commented Jul 15, 2020

@bgeradz not sure at the moment, I must admit I have not much used it, beyond verifying that it works and that it supports terminal resizing. Do you think you could set up a small unit test that helps identifying the issue ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants