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
I'm running into a strange problem with pty.js 0.2.7-1 and node v0.12.2: sometimes, input (or possibly output?) gets stuck in a buffer, and doesn't come out until I hit another key. Here's my test case:
In the below gif, I type exit at a slow but regular pace: about two characters a second. But it comes out two characters at a time. Then I hit enter, and the program doesn't exit until I hit enter again several seconds later.
Any idea what's happening here?
The text was updated successfully, but these errors were encountered:
I'm running into a strange problem with pty.js 0.2.7-1 and node v0.12.2: sometimes, input (or possibly output?) gets stuck in a buffer, and doesn't come out until I hit another key. Here's my test case:
In the below gif, I type
exit
at a slow but regular pace: about two characters a second. But it comes out two characters at a time. Then I hit enter, and the program doesn't exit until I hit enter again several seconds later.Any idea what's happening here?
The text was updated successfully, but these errors were encountered: