You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by xu...@apache.org on 2019/07/08 16:28:41 UTC

[rocketmq-client-cpp] branch master updated (94d97a0 -> a14580f)

This is an automated email from the ASF dual-hosted git repository.

xujiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.


    from 94d97a0  Export send batch messages api in c style
     add df4d218  Extract decode from TcpRemotingClient::m_ioService to TcpRemotingClient::m_dispachService.
     new a14580f  [ISSUE #137] split TcpRemotingClient::m_ioService into m_dispatchService and m_handleService

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/transport/TcpRemotingClient.cpp | 53 ++++++++++++++++++++++++-------------
 src/transport/TcpRemotingClient.h   | 15 +++++++----
 2 files changed, 45 insertions(+), 23 deletions(-)


[rocketmq-client-cpp] 01/01: [ISSUE #137] split TcpRemotingClient::m_ioService into m_dispatchService and m_handleService

Posted by xu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xujiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git

commit a14580fe3765430174e72cc3d8072a132226671c
Merge: 94d97a0 df4d218
Author: jonnxu <jo...@163.com>
AuthorDate: Tue Jul 9 00:28:36 2019 +0800

    [ISSUE #137] split TcpRemotingClient::m_ioService into m_dispatchService and m_handleService

 src/transport/TcpRemotingClient.cpp | 53 ++++++++++++++++++++++++-------------
 src/transport/TcpRemotingClient.h   | 15 +++++++----
 2 files changed, 45 insertions(+), 23 deletions(-)