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

Small corrections for Bin and Dynamic Pads code examples #94

Merged

Conversation

drewknab
Copy link
Contributor

@drewknab drewknab commented Jun 6, 2024

Noted as I was going through this area of the tutorial. It looks like to became child and pull became auto (and the default value).

@darthez darthez requested a review from FelonEkonom June 19, 2024 13:36
Comment on lines 44 to 45
demand_unit: :buffers,
flow_control: :pull,
Copy link
Member

@FelonEkonom FelonEkonom Jun 20, 2024

Choose a reason for hiding this comment

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

flow_control: :pull with demand_mode: :manual (the old default) became flow_control: :manual
flow_control: :pull with demand_mode: :auto became flow_control: :auto (the new default)

Input pads with flow_control: :manual always have to specify demand_unit explicitly

Suggested change
demand_unit: :buffers,
flow_control: :pull,
demand_unit: :buffers,
flow_control: :manual,

@FelonEkonom FelonEkonom self-assigned this Jun 24, 2024
@FelonEkonom FelonEkonom merged commit dd87597 into membraneframework:main Jun 25, 2024
@FelonEkonom
Copy link
Member

Thanks for your contribution 👍

@drewknab drewknab deleted the fix-minor-tutorial-errors branch June 25, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants