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

Supported ConstBufferSequence payload publish. #723

Merged
merged 1 commit into from
Nov 15, 2020

Conversation

redboltz
Copy link
Owner

Single boost::asio::const_buffer payload is originally supported.
This PR added scattered payload publish.
It is very useful for request - modify - response ( or forward ) pattern.

Single boost::asio::const_buffer payload is originally supported.
This PR added scattered payload publish.
It is very useful for request - modify - response ( or forward ) pattern.
@codecov
Copy link

codecov bot commented Nov 14, 2020

Codecov Report

Merging #723 (89f04bc) into master (341f205) will increase coverage by 0.09%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #723      +/-   ##
==========================================
+ Coverage   82.06%   82.16%   +0.09%     
==========================================
  Files          47       47              
  Lines        7082     7120      +38     
==========================================
+ Hits         5812     5850      +38     
  Misses       1270     1270              

@redboltz redboltz merged commit e1fdd4e into master Nov 15, 2020
@redboltz redboltz deleted the add_scattered_publish branch November 15, 2020 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant