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

Fix late registrations: riak_api_pb_server is no longer a gen_server #44

Merged
merged 1 commit into from
Dec 18, 2013

Conversation

seancribbs
Copy link

Use gen_fsm:send_all_state_event/2 instead of gen_server:cast/2.

@seancribbs
Copy link
Author

@seancribbs
Copy link
Author

@rzezeski Could you review this, given you originally reported the issue?

@rzezeski
Copy link
Contributor

Yea I should be able to check this on my next riak test run.

@seancribbs
Copy link
Author

Awesome, thanks!

@rzezeski
Copy link
Contributor

I no longer see the unrecognized messages and the code looks good. +1 to merge.

seancribbs pushed a commit that referenced this pull request Dec 18, 2013
Fix late registrations: riak_api_pb_server is no longer a gen_server
@seancribbs seancribbs merged commit f181a7b into develop Dec 18, 2013
@seancribbs seancribbs deleted the bugfix/sdc/gen-cast-to-fsm-event branch December 18, 2013 23:19
@rzezeski rzezeski modified the milestones: 2.0-beta, 2.0 Mar 25, 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.

2 participants