Update: update network interface. by ifplusor · Pull Request #60 · apache/rocketmq-client-cpp

@ShannonDing mentioned this pull request

Jan 8, 2019

lizhanhui

lizhanhui

@ifplusor ifplusor changed the title feature: only one event loop for all TcpTransport. Update: update network interface.

Jan 18, 2019

jovany-wang

jovany-wang

- feature: use only one event loop for all TcpTransport.
- update: network components.
…Client, TcpTransport and ReponseFunture.

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

Jun 30, 2019
* 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.

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.