Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
IndignantAngel committed Oct 12, 2016
1 parent 973f919 commit 6771ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rest_rpc/client/detail/async_rpc_session_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ namespace timax { namespace rpc
void rpc_session<CodecPolicy>::start_rpc_service()
{
status_ = status_t::running;
call_impl();
recv_head();
setup_heartbeat_timer();
}
Expand Down

0 comments on commit 6771ef8

Please sign in to comment.