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

fixing shutdown hook to run shutdown of server #238

Merged
merged 1 commit into from
Apr 16, 2018

Conversation

tyler-clark
Copy link
Collaborator

Before this PR, the shutdown hook was ultimately just creating an instance of a Kleisli and returning, without ever actually shutting down the Server. This PR corrects that by calling shutdown directly on the gRPC Server, rather than calling the shutdown method defined within the same class.

Copy link
Member

@juanpedromoreno juanpedromoreno left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your time @tyler-clark !

@juanpedromoreno juanpedromoreno merged commit ed81171 into higherkindness:master Apr 16, 2018
L-Lavigne pushed a commit that referenced this pull request Apr 16, 2018
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.

4 participants