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

Various Issue Fixes #168

Merged
merged 10 commits into from
Aug 22, 2019
Merged

Various Issue Fixes #168

merged 10 commits into from
Aug 22, 2019

Conversation

trs added 4 commits July 19, 2019 16:27
If no client connects within 30 seconds of requesting, close the server.
This prevents multiple servers from being created and never closing.
Since a passive server is created for an individual client, when it
disconnects from the server we can assume the server is done and should
close it.
By setting the encoding, there becomes issues with binary transfers
(such as photos).
trs and others added 6 commits August 22, 2019 14:51
If we do not send back a response, some FTP clients can fail, when they use encryption.
`promisifyAll` will throw if a method with the suffix `Async` already
exists.

Fixes: #159
@trs trs marked this pull request as ready for review August 22, 2019 20:57
@trs trs merged commit 0b9167e into master Aug 22, 2019
@trs trs deleted the various-iss-fixes branch August 22, 2019 20:57
@trs
Copy link
Contributor Author

trs commented Aug 22, 2019

🎉 This PR is included in version 4.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@trs trs added the released label Aug 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants