Skip to content

Commit 3e39719

Browse files
author
Cheng Xin
committed
Merge branch 'dev_tcp_client_chengxin' into 'feature_tcp_client'
【FIX】取消定时器抽成了一个方法 See merge request server/openapi/openapi-cpp-sdk!29
2 parents 190362f + a661b4b commit 3e39719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/tigerapi/push_socket/push_socket.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ namespace TIGER_API
5454
void start_keep_alive();
5555
void send_heart_beat();
5656
void auto_reconnect();
57+
void cancel_reconnect_timer();
5758

5859
void handle_connect(const boost::system::error_code& error,
5960
boost::asio::ip::tcp::resolver::iterator endpoint_iterator);

0 commit comments

Comments
 (0)