We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Elixir GenStage crashes when receiving demand from Ergo. Error:
[error] GenServer Producer terminating ** (FunctionClauseError) no function clause matching in GenStage.maybe_producer_cancel/2
To Reproduce I made a small repo with the reproduction steps: https://github.com/okkdev/ergo_elixir_genstage_issue
Expected behavior Have the Elixir Producer handle the demand and Ergo do the work.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thanks for the detailed report. I'll take a look
Sorry, something went wrong.
Fix gen.Stage issue #103
ab965cb
fixed in 2.1.1
No branches or pull requests
Describe the bug
Elixir GenStage crashes when receiving demand from Ergo.
Error:
To Reproduce
I made a small repo with the reproduction steps:
https://github.com/okkdev/ergo_elixir_genstage_issue
Expected behavior
Have the Elixir Producer handle the demand and Ergo do the work.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: