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

Characters entered in the terminal are not displayed in the order entered on slow connections. #173

Open
barney-spencer opened this issue Jan 31, 2019 · 1 comment

Comments

@barney-spencer
Copy link

Using 4G and typing at a decent speed, the terminal doesn't display the characters in the same order they were entered. For example if I type 'docker whats up' quickly, I get lag in the terminal and then.
'docker ptwha su' is displayed. The work around is to type one finger at a time with a pause between each char. No deal.

@barney-spencer barney-spencer changed the title Terminal key stokes are not recorded in order on slow connections. Characters entered in the terminal are not displayed in the order entered on slow connections. Jan 31, 2019
@Privat33r-dev
Copy link
Contributor

I tested it with developer's tools using the following settings and can confirm that issue still exists.
image
I wrote "Hello world!", at some point it was reordered.
image

Potential solution: marking packet numbers and sizes of WS packets like TCP does, but I am not sure that it happens in the WS exactly.

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