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 stream creation on validation failure #5487

Merged
merged 1 commit into from Aug 11, 2022

Conversation

acogoluegnes
Copy link
Contributor

Expect a regular gen_server return tuple, not just the
return code.

Regression introduced when backporting a change, v3.9.x creates
the stream directly in the gen_server call, other branches
delegates to inner functions.

Expect a regular gen_server return tuple, not just the
return code.

Regression introduced when backporting a change, v3.9.x creates
the stream directly in the gen_server call, other branches
delegates to inner functions.
@acogoluegnes acogoluegnes added this to the 3.9.23 milestone Aug 11, 2022
@acogoluegnes acogoluegnes marked this pull request as ready for review August 11, 2022 08:31
@acogoluegnes acogoluegnes merged commit 57ed04b into v3.9.x Aug 11, 2022
@acogoluegnes acogoluegnes deleted the fix-stream-creation-on-validation-failure branch August 11, 2022 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant