8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Remsh is terminating the remote process when it isn't supposed to.
To Reproduce
Terminal 1
erl -sname node1
Terminal 2
erl -sname node2 -remsh node1 < /dev/null
The process in terminal 2 keeps open and the one in terminal 1 stops.
Expected behavior The process in terminal 1 should not terminate and the terminal 2 process should terminate.
Affected versions OTP 26+
Additional context Tested on 25.2.1, 26.2.5.12 and 27.3.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Remsh is terminating the remote process when it isn't supposed to.
To Reproduce
Terminal 1
Terminal 2
The process in terminal 2 keeps open and the one in terminal 1 stops.
Expected behavior
The process in terminal 1 should not terminate and the terminal 2 process should terminate.
Affected versions
OTP 26+
Additional context
Tested on 25.2.1, 26.2.5.12 and 27.3.4
The text was updated successfully, but these errors were encountered: