Support flow control for the terminal process #113827
Labels
feature-request
Request for new features or functionality
on-testplan
perf
terminal
General terminal issues that don't fall under another label
Milestone
This issue is the flow control and event batching part of #74620
Right now web and remote has problems when the terminal produces a lot of data, we need a flow control mechanism to avoid node-pty and its process from getting too far ahead of xterm.js. Event batching will help this by reducing the overall number of messages in favor of larger messages containing multiple data events.
The text was updated successfully, but these errors were encountered: