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
runControllerBuild: Read from stdin only when needed
Current forwarder implementation aggressively reads from the reader registered
via SetReader. And in runControllerBuild, stdin is always registered to the
forwarder by default.
But there are cases where stdin should not be read so this commit fix this
behaviour to register the stdin reader only when actual read happens.
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
0 commit comments