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

Allow the data responses to send output to the main connection. #10

Open
samdeane opened this issue Jan 26, 2013 · 0 comments
Open

Allow the data responses to send output to the main connection. #10

samdeane opened this issue Jan 26, 2013 · 0 comments
Assignees

Comments

@samdeane
Copy link
Contributor

There's currently no way for the main connection to know when the data responses have been sent down the data listener's connection.

This makes it impossible to correctly synchronise "transfer complete" type messages down the main connection - instead we just have to add a pause before sending them, and hope that the data transfer is done in time.

We should add a command that can be executed as part of the data connection's initial responses commands, which generates output to be sent to the main connection. This will allow the responses to be sent at the correct time.

@ghost ghost assigned samdeane Jan 26, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant