Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support redirecting input from client to daemon, #541 #581

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

gnodet
Copy link
Contributor

@gnodet gnodet commented Jan 12, 2022

The implementation currently switches on the redirection when the daemon actually starts reading the System.in stream using InputStream.read() or InputStream.available().

@rmannibucau
Copy link
Contributor

I'm also hitting this issue.

I tested this PR (thanks @gnodet ), it fixes the "blocking" side of the feature but from idea terminal I cant type anything.

The implementation currently switches on the redirection when the daemon actually starts reading the System.in stream using InputStream.read() or InputStream.available().
@gnodet gnodet marked this pull request as ready for review December 13, 2022 22:56
@gnodet gnodet merged commit 2b8076d into apache:master Dec 13, 2022
@gnodet gnodet added this to the 1.0.0-m1 milestone Dec 13, 2022
gnodet added a commit that referenced this pull request Jan 6, 2023
The implementation currently switches on the redirection when the daemon actually starts reading the System.in stream using InputStream.read() or InputStream.available().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants