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

Fix/document incompatibility between -wait and stdin/stdout mode on server #33

Open
rossica opened this issue Jan 11, 2023 · 0 comments

Comments

@rossica
Copy link
Owner

rossica commented Jan 11, 2023

the -wait switch allows the server to receive multiple files from senders. Support was partially implemented in #32 to allow this to mean that multiple, sequential, stdin/stdout connections could be made to the server before it would exit.
The issue is that the thread which reads from stdin on the server assumes the connection structure stays around forever. A solution needs to be devised to make that thread agnostic of which connection is available.
Or the documentation (what documentation?) needs to be updated to reflect this limitation. Make this part of #16.

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

No branches or pull requests

1 participant