-
Couldn't load subscription status.
- Fork 613
Implement BasicPublishBatch with ReadOnlyMemory #865
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
Implement BasicPublishBatch with ReadOnlyMemory #865
Conversation
2a559f6 to
7c945a7
Compare
|
@lukebakken @michaelklishin @stebet any thoughts on this? It also shows an example of how things can be evolved in non-breaking ways if necessary |
I like it, LGTM :) |
|
@danielmarbach 👍 Thank you! |
7c945a7 to
28cfdc0
Compare
|
Rebased |
Proposed Changes
Alternative to #816
It seems that
BasicPublishBatchdoesn't support yetReadOnlyMemory<byte>. This is a proposal to add it in a non-breaking way, which could be added in6.2. Later the extension method can become the interface method in v7 because there the breaking change can be made.wasn't sure if the extension method needs to be included in the ApiGen
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