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

change ack position #353

Merged
merged 4 commits into from
Jul 22, 2024
Merged

change ack position #353

merged 4 commits into from
Jul 22, 2024

Conversation

da13da
Copy link
Contributor

@da13da da13da commented Jul 22, 2024

If the STUDIO side status is not updated by sending ack, an acquisition loop will then occur.
Since the message acquisition process has succeeded, the ack should be done before throwing an error in message formatting, etc.

This event was discovered by the following.
An event occurred in which the original process was killed by the agent on the binary side that extracted the ZIP before ack.
This would cause a loop and the process would multiply indefinitely.
Therefore, we changed it so that ack is performed after getting a message.

@da13da da13da marked this pull request as ready for review July 22, 2024 05:38
@da13da da13da requested a review from a team as a code owner July 22, 2024 05:38
@da13da da13da requested a review from curry-like July 22, 2024 05:38
@da13da da13da merged commit 5ecda04 into main Jul 22, 2024
14 checks passed
@da13da da13da deleted the fix/start-loop branch July 22, 2024 07:11
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