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

Added client done message #55

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Added client done message #55

merged 1 commit into from
Sep 19, 2023

Conversation

jaredoconnell
Copy link
Contributor

Changes introduced with this PR

This PR just improves the ATP protocol by adding a client done message to not leave the other end of the connection hanging (which results in an error).
To facilitate this, it listens to both work done and received signals, and takes care of whatever ends up there first. This makes it so when the work done message is sent, it's able to get the done channel message immediately, so it can send the client done message before the connection is closed.


By contributing to this repository, I agree to the contribution guidelines.

Copy link
Contributor

@jdowni000 jdowni000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jaredoconnell jaredoconnell merged commit 442d24f into main Sep 19, 2023
3 checks passed
@jaredoconnell jaredoconnell deleted the add-work-done-msg branch September 19, 2023 20:44
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.

3 participants