Conversation
1119ba3 to 550ba8c Compare | @stebet @bollhals @paulomorgado would appreciate a look since this is some non trivial magic. |
84bbe42 to c00b1f4 Compare
lukebakken left a comment
There was a problem hiding this comment.
Thank you @danielmarbach
| Should we worry about the scenario where flow control is active and a publisher just keeps on going? I'm assuming this will "pile up" tasks/continuations/"under the hood magic" behind the scenes. Should there be a limit to the number of publishes that can happen while blocked by flow control? |
Assuming this is actually a problem that requires to be solved isn't this already an issue before this change? |
| With these changes in we will have also the door open to implement IAsyncDisposable across both TFMs. |
Ah, ok, this will only be a problem if someone is not immediately await-ing the |
7e3ba9f to ea6fdcc Compare | Having here in the PR is more then enough especially considering the implementation I provided is significantly different due to modernizations applied |
Proposed Changes
Addresses #1644
Types of Changes
What types of changes does your code introduce to this project?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creatingthe PR. If you're unsure about any of them, don't hesitate to ask on the
mailing list. We're here to help! This is simply a reminder of what we are
going to look for before merging your code.
CONTRIBUTING.mddocumentFurther Comments
If this is a relatively large or complex change, kick off the discussion by
explaining why you chose the solution you did and what alternatives you
considered, etc.