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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: