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

handle_call crashes in "catch-all" case #22

Open
ThomasArts opened this issue Mar 4, 2019 · 0 comments
Open

handle_call crashes in "catch-all" case #22

ThomasArts opened this issue Mar 4, 2019 · 0 comments

Comments

@ThomasArts
Copy link
Member

Most likely the message format has changed. At the moment, the message handled in handle_call of leveled_bookie could very well be the atom destroy.

https://github.com/martinsumner/leveled/blob/da06ef133c1d73255434b9518b469c3d301a0b56/src/leveled_bookie.erl#L1425

The catch all case expects it to be a tuple, though.

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

No branches or pull requests

1 participant