Skip to content

Error handling for SyncSession #5

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Conversation

naksu
Copy link

@naksu naksu commented Oct 9, 2014

Raises EventMachine::FtpClient::Error if anything goes wrong.
Response is available in the exception object.

No handling included for the asynchronous session.

Raises EventMachine::FtpClient::Error if anything goes wrong.
Response is available in the exception object.
@naksu naksu mentioned this pull request Oct 9, 2014
Naksu added 6 commits March 19, 2015 11:40
If control connection completed before data connection, data connection
demeed the control response uncompleted, since the completion of
control response was creation a new response in @response (which is what the
data connection callback was later checking).
@data_connection was always nil in the callback since the order of
clearing was wrong
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.

1 participant