[ISSUE #142] save string::find result into a string::size_type variable. by ifplusor · Pull Request #143 · apache/rocketmq-client-cpp

@ifplusor

@ifplusor mentioned this pull request

May 9, 2019

5 tasks

ShannonDing

This was referenced

May 15, 2019

hugoasdf pushed a commit to hugoasdf/rocketmq-client-cpp that referenced this pull request

Jun 30, 2019
…variable.

declare correct string::size_type by auto. (apache#143)

hugoasdf added a commit to hugoasdf/rocketmq-client-cpp that referenced this pull request

Jun 30, 2019
* [ISSUE apache#142] save string::find result into a string::size_type variable.

declare correct string::size_type by auto. (apache#143)

* batch issue

* Update: update network interface. (apache#60)

* update network interface.

- feature: use only one event loop for all TcpTransport.
- update: network components.

* remove boost mutex, timed_mutex and condition_variable in TcpRemotingClient, TcpTransport and ReponseFunture.