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

Parity #6

Merged
merged 9 commits into from Aug 21, 2014
Merged

Parity #6

merged 9 commits into from Aug 21, 2014

Conversation

HernanRivasAcosta
Copy link
Member

No description provided.

@@ -55,6 +56,10 @@ send(ServerRef, Message) ->
flush(ServerRef) ->
gen_server:call(ServerRef, {flush}).

-spec kill(server_ref()) -> ok.
kill(ServerRef) ->
gen_server:call(ServerRef, {kill}).
Copy link
Member

Choose a reason for hiding this comment

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

shouldn't this be a cast?

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'm calling that from here and I need it dead before proceeding because I'm creating a new gen_server that replaces the one I'm killing but both have the same name.

@HernanRivasAcosta
Copy link
Member Author

@elbrujohalcon could you merge this?

elbrujohalcon added a commit that referenced this pull request Aug 21, 2014
@elbrujohalcon elbrujohalcon merged commit 05e8945 into inaka:master Aug 21, 2014
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.

None yet

2 participants