jupyter / terminado

Terminals served by tornado websockets
http://terminado.readthedocs.org/en/latest/
BSD 2-Clause "Simplified" License
368 stars 95 forks source link

flow control? #162

Open jerch opened 2 years ago

jerch commented 2 years ago

In terminado/_static/terminado.js I dont see any handling of backpressure in case too much data floods the terminal. This is important to not screw up terminal state by fast producers, or even segfault at any stage in between.

For further info, see https://xtermjs.org/docs/guides/flowcontrol/.