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

Resolves #222 #230

Merged
merged 1 commit into from
Jun 28, 2019
Merged

Resolves #222 #230

merged 1 commit into from
Jun 28, 2019

Conversation

jonesmz
Copy link
Contributor

@jonesmz jonesmz commented Apr 25, 2019

No description provided.

redboltz added a commit that referenced this pull request May 17, 2019
@jonesmz
Copy link
Contributor Author

jonesmz commented Jun 5, 2019

I have not forgotten about this. I'm just very busy recently.

@codecov-io
Copy link

codecov-io commented Jun 17, 2019

Codecov Report

Merging #230 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #230      +/-   ##
=========================================
- Coverage   84.92%   84.9%   -0.03%     
=========================================
  Files          33      33              
  Lines        4862    4855       -7     
=========================================
- Hits         4129    4122       -7     
  Misses        733     733

as::buffer(*contents),
false,
[topic1, contents](boost::system::error_code const&) {}
as::buffer("topic1"),
Copy link
Owner

Choose a reason for hiding this comment

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

Copy link
Owner

Choose a reason for hiding this comment

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

Copy link
Owner

Choose a reason for hiding this comment

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

And please do the same update other places on the test.

@jonesmz
Copy link
Contributor Author

jonesmz commented Jun 26, 2019

This code is now ready for review and merge.

@redboltz redboltz merged commit d4fa160 into redboltz:master Jun 28, 2019
@redboltz
Copy link
Owner

LGTM, thank you!

@jonesmz jonesmz deleted the more_string_handling branch June 28, 2019 19:34
redboltz added a commit that referenced this pull request Oct 3, 2019
Remain the deferred event that from deferred_queue during the transition
process. Then, process the next deferred event. The event position is
not front(), so `std::queue` concept doesn't satisfies it. I need
iteration concept something like `std::deque`.

In order to do that, I introduced two flags that are `defer_processing_`
and `defer_again_`. In addition, to iterate deferred deque, two
iterators `defer_it_` and `defer_end_` are introduced.
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.

3 participants