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

Add support for progress reporting #205

Merged
merged 1 commit into from
Jul 17, 2023
Merged

Add support for progress reporting #205

merged 1 commit into from
Jul 17, 2023

Conversation

planger
Copy link
Member

@planger planger commented Jul 14, 2023

Copy link
Contributor

@tortmayr tortmayr left a comment

Choose a reason for hiding this comment

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

Code looks good to me and behaves exactly the same as the node variant during testing. 👍🏼

@@ -57,35 +57,6 @@ public static ServerMessageAction error(final Exception e) {
return error(getMessage(e), getDetails(e));
}

public static ServerMessageAction message(final Severity severity, final String message,
final int timeout) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Any specific reason why we remove this entirely instead of just removing the timeout parameter?

Copy link
Member Author

Choose a reason for hiding this comment

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

I think because they are already above, if I'm not mistaken?

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah makes sense. I didn't look at the full scope of the file 😄

@planger planger requested a review from tortmayr July 14, 2023 13:58
@planger planger merged commit b3dbb4e into master Jul 17, 2023
6 checks passed
@planger planger deleted the planger/issues/1019 branch July 17, 2023 12:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants