How does SSH make sure server side output not lost while client side consume slowly
I’m developing an application that consumes result of command ssh -p29418 [email protected] gerrit stream-events -s comment-added
.
This command output events as json, one event per line.