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

[utils,grpchelpers] Remove GracefulStop call on close grpc server #181

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

al1img
Copy link
Collaborator

@al1img al1img commented Dec 19, 2024

Calling GracefulStop after Stop doesn't make sens as Stop already released all resources. Also, with current grpc version GracefulStop freezes even all clients streams are closed.

Calling GracefulStop after Stop doesn't make sens as Stop already released all
resources. Remove Stop and keep only GracefulStop.

Signed-off-by: Oleksandr Grytsov <oleksandr_grytsov@epam.com>
@al1img al1img merged commit 0b2d3fe into aosedge:develop Dec 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants