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

Moved the responsibility for parsing the command response from the communicator to the command #2190

Merged
merged 3 commits into from
Apr 1, 2023

Conversation

breiler
Copy link
Collaborator

@breiler breiler commented Apr 1, 2023

Commands will now parse the response and figure out if the command has been completed or not. This is especially important for multiline response commands. This also makes the communicators generic as it no longer need protocol specific code.

…mmunicator to the command.

The commands will now parse the response and figure out if the command has been completed or not. This is especially important for multiline response commands. This also makes the communicators generic as it no longer contain protocol specific implementation.
@breiler breiler merged commit 223ab37 into winder:master Apr 1, 2023
1 check passed
@breiler breiler deleted the feature/communicator-fix branch July 12, 2023 04:39
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.

None yet

1 participant